#A67476

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

Shades of Turkish Rose #A67476

Tints of Turkish Rose #A67476

Color information

#A67476 (or 0xA67476) is unknown color: approx Turkish Rose. HEX triplet: A6, 74 and 76. RGB value is (166,116,118). Sum of RGB (Red+Green+Blue) = 166+116+118=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A67476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67476 is #598B89. Grayscale: #838383. Windows color (decimal): -5868426 or 7763110. OLE color: 7763110.

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

Color convert

RGB166116118-
CMYK00.300.290.35
HSL357.6º21.93%55.29%-
HSV(B)357.6º30.12%65.1%-
XYZ25.2421.9120.04-
YUV131.18120.56152.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.5%
GREEN value IS 116 (45.70% from 255) = 29%
BLUE value IS 118 (46.48% from 255) = 29.5%
R=41.5%
G=29%
B=29.5%

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
Decimal16611611800.300.290.35357.621.9355.29
HexA6747601E1D231661637
Octal24616416603635435462667
Binary10100110111010011101100111101110110001110110011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67476; }

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

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

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

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

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

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

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

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