#A67077

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

Shades of Turkish Rose #A67077

Tints of Turkish Rose #A67077

Color information

#A67077 (or 0xA67077) is unknown color: approx Turkish Rose. HEX triplet: A6, 70 and 77. RGB value is (166,112,119). Sum of RGB (Red+Green+Blue) = 166+112+119=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A67077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67077 is #598F88. Grayscale: #808080. Windows color (decimal): -5869449 or 7827622. OLE color: 7827622.

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

Color convert

RGB166112119-
CMYK00.330.280.35
HSL352.22º23.28%54.51%-
HSV(B)352.22º32.53%65.1%-
XYZ24.8521.0320.2-
YUV128.94122.39154.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 112 (44.14% from 255) = 28.21%
BLUE value IS 119 (46.88% from 255) = 29.97%
R=41.81%
G=28.21%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611211900.330.280.35352.2223.2854.51
HexA670770211C231601737
Octal24616016704134435402767
Binary101001101110000111011101000011110010001110110000010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67077; }

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

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

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

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

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

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

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

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