#A77C81

Color #A77C81 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #A77C81

Tints of Turkish Rose #A77C81

Color information

#A77C81 (or 0xA77C81) is unknown color: approx Turkish Rose. HEX triplet: A7, 7C and 81. RGB value is (167,124,129). Sum of RGB (Red+Green+Blue) = 167+124+129=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77C81 is #58837E. Grayscale: #898989. Windows color (decimal): -5800831 or 8486055. OLE color: 8486055.

HSL color Cylindrical-coordinate representation of color #A77C81: hue angle of 353.02º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A77C81 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB167124129-
CMYK00.260.230.35
HSL353.02º19.63%57.06%-
HSV(B)353.02º25.75%65.49%-
XYZ27.1124.2224.01-
YUV137.43123.25149.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 39.76%
GREEN value IS 124 (48.83% from 255) = 29.52%
BLUE value IS 129 (50.78% from 255) = 30.71%
R=39.76%
G=29.52%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712412900.260.230.35353.0219.6357.06
HexA77C8101A17231611439
Octal24717420103227435412471
Binary101001111111100100000010110101011110001110110000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77C81; }

 p { color: rgb(167,124,129); }

 H1.HeaderClassName
 {
   color: #A77C81;
 }
 .AnyTagClassName
 {
   color: #A77C81;
 }
</style>
background-color css

<style>
 a { background-color: #A77C81; }

 a { background-color: rgb(167,124,129); }

 div.DivClassName
 {
   background-color: #A77C81;
 }
 .BgClassName
 {
   background-color: #A77C81;
 }
</style>
border-color css

<style>
 span { border-color: #A77C81; }

 span { border-color: rgb(167,124,129); }

 td.TdClassName
 {
   border-color: #A77C81;
 }
 .TagClassName
 {
   border-color: #A77C81;
 }
</style>