#A66D70

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

Shades of Turkish Rose #A66D70

Tints of Turkish Rose #A66D70

Color information

#A66D70 (or 0xA66D70) is unknown color: approx Turkish Rose. HEX triplet: A6, 6D and 70. RGB value is (166,109,112). Sum of RGB (Red+Green+Blue) = 166+109+112=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66D70 is #59928F. Grayscale: #7E7E7E. Windows color (decimal): -5870224 or 7368102. OLE color: 7368102.

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

Color convert

RGB166109112-
CMYK00.340.330.35
HSL356.84º24.26%53.92%-
HSV(B)356.84º34.34%65.1%-
XYZ24.1220.2117.96-
YUV126.38119.88156.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.89%
GREEN value IS 109 (42.97% from 255) = 28.17%
BLUE value IS 112 (44.14% from 255) = 28.94%
R=42.89%
G=28.17%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610911200.340.330.35356.8424.2653.92
HexA66D7002221231651836
Octal24615516004241435453066
Binary1010011011011011110000010001010000110001110110010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66D70; }

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

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

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

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

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

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

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

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