#AA6A72

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

Shades of Turkish Rose #AA6A72

Tints of Turkish Rose #AA6A72

Color information

#AA6A72 (or 0xAA6A72) is unknown color: approx Turkish Rose. HEX triplet: AA, 6A and 72. RGB value is (170,106,114). Sum of RGB (Red+Green+Blue) = 170+106+114=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6A72 is #55958D. Grayscale: #7E7E7E. Windows color (decimal): -5608846 or 7498410. OLE color: 7498410.

HSL color Cylindrical-coordinate representation of color #AA6A72: hue angle of 352.5º degrees, saturation: 0.27, 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 #AA6A72 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB170106114-
CMYK00.380.330.33
HSL352.5º27.35%54.12%-
HSV(B)352.5º37.65%66.67%-
XYZ24.7720.0718.49-
YUV126.05121.2159.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 106 (41.80% from 255) = 27.18%
BLUE value IS 114 (44.92% from 255) = 29.23%
R=43.59%
G=27.18%
B=29.23%

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
Decimal17010611400.380.330.33352.527.3554.12
HexAA6A7202621211601b36
Octal25215216204641415403366
Binary1010101011010101110010010011010000110000110110000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6A72; }

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

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

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

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

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

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

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

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