#A77072

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

Shades of Turkish Rose #A77072

Tints of Turkish Rose #A77072

Color information

#A77072 (or 0xA77072) is unknown color: approx Turkish Rose. HEX triplet: A7, 70 and 72. RGB value is (167,112,114). Sum of RGB (Red+Green+Blue) = 167+112+114=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A77072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77072 is #588F8D. Grayscale: #808080. Windows color (decimal): -5803918 or 7499943. OLE color: 7499943.

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

Color convert

RGB167112114-
CMYK00.330.320.35
HSL357.82º23.81%54.71%-
HSV(B)357.82º32.93%65.49%-
XYZ24.7721.0218.67-
YUV128.67119.72155.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.49%
GREEN value IS 112 (44.14% from 255) = 28.50%
BLUE value IS 114 (44.92% from 255) = 29.01%
R=42.49%
G=28.50%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711211400.330.320.35357.8223.8154.71
HexA7707202120231661837
Octal24716016204140435463067
Binary1010011111100001110010010000110000010001110110011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77072; }

 p { color: rgb(167,112,114); }

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

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

 a { background-color: rgb(167,112,114); }

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

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

 span { border-color: rgb(167,112,114); }

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