#AA7072

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

Shades of Turkish Rose #AA7072

Tints of Turkish Rose #AA7072

Color information

#AA7072 (or 0xAA7072) is unknown color: approx Turkish Rose. HEX triplet: AA, 70 and 72. RGB value is (170,112,114). Sum of RGB (Red+Green+Blue) = 170+112+114=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7072 is #558F8D. Grayscale: #818181. Windows color (decimal): -5607310 or 7499946. OLE color: 7499946.

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

Color convert

RGB170112114-
CMYK00.340.330.33
HSL357.93º25.44%55.29%-
HSV(B)357.93º34.12%66.67%-
XYZ25.4121.3518.7-
YUV129.57119.22156.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.93%
GREEN value IS 112 (44.14% from 255) = 28.28%
BLUE value IS 114 (44.92% from 255) = 28.79%
R=42.93%
G=28.28%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011211400.340.330.33357.9325.4455.29
HexAA707202221211661937
Octal25216016204241415463167
Binary1010101011100001110010010001010000110000110110011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7072; }

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

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

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

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

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

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

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

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