#A66170

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

Shades of Turkish Rose #A66170

Tints of Turkish Rose #A66170

Color information

#A66170 (or 0xA66170) is unknown color: approx Turkish Rose. HEX triplet: A6, 61 and 70. RGB value is (166,97,112). Sum of RGB (Red+Green+Blue) = 166+97+112=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A66170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66170 is #599E8F. Grayscale: #777777. Windows color (decimal): -5873296 or 7365030. OLE color: 7365030.

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

Color convert

RGB16697112-
CMYK00.420.330.35
HSL346.96º27.94%51.57%-
HSV(B)346.96º41.57%65.1%-
XYZ22.9317.8317.56-
YUV119.34123.86161.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 97 (38.28% from 255) = 25.87%
BLUE value IS 112 (44.14% from 255) = 29.87%
R=44.27%
G=25.87%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669711200.420.330.35346.9627.9451.57
HexA6617002A212315b1c34
Octal24614116005241435333464
Binary1010011011000011110000010101010000110001110101101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66170; }

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

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

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

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

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

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

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

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