#A77077

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

Shades of Turkish Rose #A77077

Tints of Turkish Rose #A77077

Color information

#A77077 (or 0xA77077) is unknown color: approx Turkish Rose. HEX triplet: A7, 70 and 77. RGB value is (167,112,119). Sum of RGB (Red+Green+Blue) = 167+112+119=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A77077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77077 is #588F88. Grayscale: #818181. Windows color (decimal): -5803913 or 7827623. OLE color: 7827623.

HSL color Cylindrical-coordinate representation of color #A77077: hue angle of 352.36º 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 #A77077 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB167112119-
CMYK00.330.290.35
HSL352.36º23.81%54.71%-
HSV(B)352.36º32.93%65.49%-
XYZ25.0621.1420.21-
YUV129.24122.22154.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.96%
GREEN value IS 112 (44.14% from 255) = 28.14%
BLUE value IS 119 (46.88% from 255) = 29.90%
R=41.96%
G=28.14%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711211900.330.290.35352.3623.8154.71
HexA770770211D231601837
Octal24716016704135435403067
Binary101001111110000111011101000011110110001110110000011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77077; }

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

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

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

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

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

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

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

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