#A66A6D

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

Shades of Turkish Rose #A66A6D

Tints of Turkish Rose #A66A6D

Color information

#A66A6D (or 0xA66A6D) is unknown color: approx Turkish Rose. HEX triplet: A6, 6A and 6D. RGB value is (166,106,109). Sum of RGB (Red+Green+Blue) = 166+106+109=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66A6D is #599592. Grayscale: #7C7C7C. Windows color (decimal): -5870995 or 7170726. OLE color: 7170726.

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

Color convert

RGB166106109-
CMYK00.360.340.35
HSL357º25.21%53.33%-
HSV(B)357º36.14%65.1%-
XYZ23.6419.5216.99-
YUV124.28119.38157.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.57%
GREEN value IS 106 (41.80% from 255) = 27.82%
BLUE value IS 109 (42.97% from 255) = 28.61%
R=43.57%
G=27.82%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610610900.360.340.3535725.2153.33
HexA66A6D02422231651935
Octal24615215504442435453165
Binary1010011011010101101101010010010001010001110110010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66A6D; }

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

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

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

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

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

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

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

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