#A77576

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

Shades of Turkish Rose #A77576

Tints of Turkish Rose #A77576

Color information

#A77576 (or 0xA77576) is unknown color: approx Turkish Rose. HEX triplet: A7, 75 and 76. RGB value is (167,117,118). Sum of RGB (Red+Green+Blue) = 167+117+118=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A77576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77576 is #588A89. Grayscale: #848484. Windows color (decimal): -5802634 or 7763367. OLE color: 7763367.

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

Color convert

RGB167117118-
CMYK00.300.290.35
HSL358.8º22.12%55.69%-
HSV(B)358.8º29.94%65.49%-
XYZ25.5722.2520.09-
YUV132.06120.06152.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.54%
GREEN value IS 117 (46.09% from 255) = 29.10%
BLUE value IS 118 (46.48% from 255) = 29.35%
R=41.54%
G=29.10%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711711800.300.290.35358.822.1255.69
HexA7757601E1D231671638
Octal24716516603635435472670
Binary10100111111010111101100111101110110001110110011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77576; }

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

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

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

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

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

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

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

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