#A66569

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

Shades of Turkish Rose #A66569

Tints of Turkish Rose #A66569

Color information

#A66569 (or 0xA66569) is unknown color: approx Turkish Rose. HEX triplet: A6, 65 and 69. RGB value is (166,101,105). Sum of RGB (Red+Green+Blue) = 166+101+105=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A66569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66569 is #599A96. Grayscale: #787878. Windows color (decimal): -5872279 or 6907302. OLE color: 6907302.

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

Color convert

RGB166101105-
CMYK00.390.370.35
HSL356.31º26.75%52.35%-
HSV(B)356.31º39.16%65.1%-
XYZ22.9318.4315.71-
YUV120.89119.03160.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.62%
GREEN value IS 101 (39.84% from 255) = 27.15%
BLUE value IS 105 (41.41% from 255) = 28.23%
R=44.62%
G=27.15%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610110500.390.370.35356.3126.7552.35
HexA6656902725231641b34
Octal24614515104745435443364
Binary1010011011001011101001010011110010110001110110010011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66569; }

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

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

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

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

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

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

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

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