COLOR #A07288

HEX: #A07288 RGB: (160,114,136)

Color info

#A07288 contains red, green and blue colors in about the same proportion. Web safe color of #A07288 is #996699 (or #969).

RGB color model

#A07288 color RGB value is (160,114,136).

RGB: (160,114,136) (63%, 45%, 53%)

RGB channels and saturation

R 160 of 255 = 63%
G 114 of 255 = 45%
B 136 of 255 = 53%

160
114
136

R + G + B ~ 54%. #A07288 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 160 + 114 + 136 = 410 (100%)
R 160 of 410 ~ 39.02%
G 114 of 410 ~ 27.8%
B 136 of 410 ~ 33.17'%

%39.02
%27.8
%33.17

CMYK color model

#A07288 color CMYK value is (0,29,15,37).

  • cyan value is 0.00%
  • magenta value is 28.75%
  • yellow value is 15.00%
  • key color value is 37.25%

CMYK: (0,29,15,37)
C0M29Y15K37 (0%, 29%, 15%, 37%)
(0.00 / 0.29 / 0.15 / 0.37)

CMYK percentages

%0
%28.75
%15
%37.25

Codes

Color #A07288 in popluar color models

A0 72 88
RGB 160 114 136
HSL 331° 19.49% 53.73%
HSB/HSV 331° 28.75% 62.75%
CMYK 0.00% 28.75% 15.00%
37.25%

Color #A07288 in popluar number systems.

HEX A0 72 88
Decimal 160 114 136
Binary 10100000 1110010 10001000
Octal 240 162 210

Shades and tints

Shades of #A07288

#A07288
(160,114,136)
#92687C
(146,104,124)
#845E70
(132,94,112)
#765464
(118,84,100)
#684A58
(104,74,88)
#5A404C
(90,64,76)
#4C3640
(76,54,64)
#3E2C34
(62,44,52)
#302228
(48,34,40)
#22181C
(34,24,28)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #A07288

#A07288
(160,114,136)
#A87E92
(168,126,146)
#B08A9C
(176,138,156)
#B896A6
(184,150,166)
#C0A2B0
(192,162,176)
#C8AEBA
(200,174,186)
#D0BAC4
(208,186,196)
#D8C6CE
(216,198,206)
#E0D2D8
(224,210,216)
#E8DEE2
(232,222,226)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07288 color. Also use rgb(160,114,136) instead hex code.

Text Font Color

.myTextColor { color: #A07288; }

<p style="color:#A07288">This sample text font color is #A07288.</p>

This text font color is #A07288.

Background Color

.myBgColor { background-color: #A07288; }

<div style="background-color:#A07288">Inner text</div>

This div background color is #A07288.

Border color

.myBorderColor { border: 1px solid #A07288; }

<div style="border:3px solid #A07288">Div</div>

This div border color is #A07288.

Opacity

.myOpacity80 { color: #A07288; opacity: 0.8; }

<p style="color:#A07288;opacity:0.8;">80%</p>

Text with #A07288 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A07288;}

<p style="text-shadow: 3px 3px 1px #A07288">Text here.</p>

This text has shadow with #A07288 color.


.textShadow {text-shadow: 3px 3px 1px #A07288', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A07288, 5px 5px 20px red">Text here.</p>

This text has shadow with #A07288 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A07288, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A07288, Direction=45, Strength=4)">Text</p>

This text has shadow with #A07288 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A07288;
-webkit-box-shadow: 1px 1px 3px 2px #A07288;
box-shadow: 1px 1px 3px 2px #A07288;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A07288; -webkit-box-shadow: 1px 1px 3px 2px #A07288; box-shadow:1px 1px 3px 2px #A07288;">
Div content here
</div>

This div box has shadow with color #A07288.

Preview

Color preview on black background

This text has color #A07288 on black background.


Color preview on white background

This text has color #A07288 on white background.


Black color preview on #A07288 background

This text has black color on #A07288 background.


White color preview on #A07288 background

This text has white color on #A07288 background.


Related colors

Complementary color

Complementary color for #hex is #5F8D77.


I love getcolorcode.com

Triadic colors

1 #88A072 and #7288A0 with #A07288 are triadic colors.

2 #8872A0 and #72A088 with #A07288 are triadic colors.