#A66072

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

Shades of Turkish Rose #A66072

Tints of Turkish Rose #A66072

Color information

#A66072 (or 0xA66072) is unknown color: approx Turkish Rose. HEX triplet: A6, 60 and 72. RGB value is (166,96,114). Sum of RGB (Red+Green+Blue) = 166+96+114=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A66072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66072 is #599F8D. Grayscale: #767676. Windows color (decimal): -5873550 or 7495846. OLE color: 7495846.

HSL color Cylindrical-coordinate representation of color #A66072: hue angle of 344.57º 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 #A66072 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB16696114-
CMYK00.420.310.35
HSL344.57º28.23%51.37%-
HSV(B)344.57º42.17%65.1%-
XYZ22.9517.6918.12-
YUV118.98125.19161.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.15%
GREEN value IS 96 (37.89% from 255) = 25.53%
BLUE value IS 114 (44.92% from 255) = 30.32%
R=44.15%
G=25.53%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669611400.420.310.35344.5728.2351.37
HexA6607202A1F231591c33
Octal24614016205237435313463
Binary101001101100000111001001010101111110001110101100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66072; }

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

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

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

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

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

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

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

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