#A67176

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

Shades of Turkish Rose #A67176

Tints of Turkish Rose #A67176

Color information

#A67176 (or 0xA67176) is unknown color: approx Turkish Rose. HEX triplet: A6, 71 and 76. RGB value is (166,113,118). Sum of RGB (Red+Green+Blue) = 166+113+118=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A67176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67176 is #598E89. Grayscale: #818181. Windows color (decimal): -5869194 or 7762342. OLE color: 7762342.

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

Color convert

RGB166113118-
CMYK00.320.290.35
HSL354.34º22.94%54.71%-
HSV(B)354.34º31.93%65.1%-
XYZ24.921.2319.92-
YUV129.42121.56154.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 113 (44.53% from 255) = 28.46%
BLUE value IS 118 (46.48% from 255) = 29.72%
R=41.81%
G=28.46%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611311800.320.290.35354.3422.9454.71
HexA671760201D231621737
Octal24616116604035435422767
Binary101001101110001111011001000001110110001110110001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67176; }

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

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

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

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

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

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

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

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