#A77476

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

Shades of Turkish Rose #A77476

Tints of Turkish Rose #A77476

Color information

#A77476 (or 0xA77476) is unknown color: approx Turkish Rose. HEX triplet: A7, 74 and 76. RGB value is (167,116,118). Sum of RGB (Red+Green+Blue) = 167+116+118=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A77476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77476 is #588B89. Grayscale: #838383. Windows color (decimal): -5802890 or 7763111. OLE color: 7763111.

HSL color Cylindrical-coordinate representation of color #A77476: hue angle of 357.65º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A77476 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB167116118-
CMYK00.310.290.35
HSL357.65º22.47%55.49%-
HSV(B)357.65º30.54%65.49%-
XYZ25.4522.0120.05-
YUV131.48120.4153.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.65%
GREEN value IS 116 (45.70% from 255) = 28.93%
BLUE value IS 118 (46.48% from 255) = 29.43%
R=41.65%
G=28.93%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711611800.310.290.35357.6522.4755.49
HexA7747601F1D231661637
Octal24716416603735435462667
Binary10100111111010011101100111111110110001110110011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77476; }

 p { color: rgb(167,116,118); }

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

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

 a { background-color: rgb(167,116,118); }

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

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

 span { border-color: rgb(167,116,118); }

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