#A67477

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

Shades of Turkish Rose #A67477

Tints of Turkish Rose #A67477

Color information

#A67477 (or 0xA67477) is unknown color: approx Turkish Rose. HEX triplet: A6, 74 and 77. RGB value is (166,116,119). Sum of RGB (Red+Green+Blue) = 166+116+119=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A67477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67477 is #598B88. Grayscale: #838383. Windows color (decimal): -5868425 or 7828646. OLE color: 7828646.

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

Color convert

RGB166116119-
CMYK00.300.280.35
HSL356.4º21.93%55.29%-
HSV(B)356.4º30.12%65.1%-
XYZ25.321.9320.35-
YUV131.29121.06152.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.40%
GREEN value IS 116 (45.70% from 255) = 28.93%
BLUE value IS 119 (46.88% from 255) = 29.68%
R=41.40%
G=28.93%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611611900.300.280.35356.421.9355.29
HexA6747701E1C231641637
Octal24616416703634435442667
Binary10100110111010011101110111101110010001110110010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67477; }

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

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

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

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

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

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

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

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