#A66176

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

Shades of Turkish Rose #A66176

Tints of Turkish Rose #A66176

Color information

#A66176 (or 0xA66176) is unknown color: approx Turkish Rose. HEX triplet: A6, 61 and 76. RGB value is (166,97,118). Sum of RGB (Red+Green+Blue) = 166+97+118=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A66176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66176 is #599E89. Grayscale: #787878. Windows color (decimal): -5873290 or 7758246. OLE color: 7758246.

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

Color convert

RGB16697118-
CMYK00.420.290.35
HSL341.74º27.94%51.57%-
HSV(B)341.74º41.57%65.1%-
XYZ23.2717.9619.38-
YUV120.02126.86160.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.57%
GREEN value IS 97 (38.28% from 255) = 25.46%
BLUE value IS 118 (46.48% from 255) = 30.97%
R=43.57%
G=25.46%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669711800.420.290.35341.7427.9451.57
HexA6617602A1D231561c34
Octal24614116605235435263464
Binary101001101100001111011001010101110110001110101011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66176; }

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

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

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

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

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

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

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

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