#A66970

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

Shades of Turkish Rose #A66970

Tints of Turkish Rose #A66970

Color information

#A66970 (or 0xA66970) is unknown color: approx Turkish Rose. HEX triplet: A6, 69 and 70. RGB value is (166,105,112). Sum of RGB (Red+Green+Blue) = 166+105+112=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A66970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66970 is #59968F. Grayscale: #7C7C7C. Windows color (decimal): -5871248 or 7367078. OLE color: 7367078.

HSL color Cylindrical-coordinate representation of color #A66970: hue angle of 353.11º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A66970 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB166105112-
CMYK00.370.330.35
HSL353.11º25.52%53.14%-
HSV(B)353.11º36.75%65.1%-
XYZ23.719.3817.82-
YUV124.04121.21157.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.34%
GREEN value IS 105 (41.41% from 255) = 27.42%
BLUE value IS 112 (44.14% from 255) = 29.24%
R=43.34%
G=27.42%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610511200.370.330.35353.1125.5253.14
HexA6697002521231611a35
Octal24615116004541435413265
Binary1010011011010011110000010010110000110001110110000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66970; }

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

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

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

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

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

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

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

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