#A66066

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

Shades of Turkish Rose #A66066

Tints of Turkish Rose #A66066

Color information

#A66066 (or 0xA66066) is unknown color: approx Turkish Rose. HEX triplet: A6, 60 and 66. RGB value is (166,96,102). Sum of RGB (Red+Green+Blue) = 166+96+102=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A66066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66066 is #599F99. Grayscale: #757575. Windows color (decimal): -5873562 or 6709414. OLE color: 6709414.

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

Color convert

RGB16696102-
CMYK00.420.390.35
HSL354.86º28.23%51.37%-
HSV(B)354.86º42.17%65.1%-
XYZ22.3117.4314.76-
YUV117.61119.19162.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.60%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 102 (40.23% from 255) = 28.02%
R=45.60%
G=26.37%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669610200.420.390.35354.8628.2351.37
HexA6606602A27231631c33
Octal24614014605247435433463
Binary1010011011000001100110010101010011110001110110001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66066; }

 p { color: rgb(166,96,102); }

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

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

 a { background-color: rgb(166,96,102); }

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

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

 span { border-color: rgb(166,96,102); }

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