#AA6972

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

Shades of Turkish Rose #AA6972

Tints of Turkish Rose #AA6972

Color information

#AA6972 (or 0xAA6972) is unknown color: approx Turkish Rose. HEX triplet: AA, 69 and 72. RGB value is (170,105,114). Sum of RGB (Red+Green+Blue) = 170+105+114=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6972 is #55968D. Grayscale: #7D7D7D. Windows color (decimal): -5609102 or 7498154. OLE color: 7498154.

HSL color Cylindrical-coordinate representation of color #AA6972: hue angle of 351.69º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA6972 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB170105114-
CMYK00.380.330.33
HSL351.69º27.66%53.92%-
HSV(B)351.69º38.24%66.67%-
XYZ24.6719.8618.45-
YUV125.46121.53159.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 105 (41.41% from 255) = 26.99%
BLUE value IS 114 (44.92% from 255) = 29.31%
R=43.70%
G=26.99%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010511400.380.330.33351.6927.6653.92
HexAA697202621211601c36
Octal25215116204641415403466
Binary1010101011010011110010010011010000110000110110000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6972; }

 p { color: rgb(170,105,114); }

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

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

 a { background-color: rgb(170,105,114); }

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

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

 span { border-color: rgb(170,105,114); }

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