#AA7074

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

Shades of Turkish Rose #AA7074

Tints of Turkish Rose #AA7074

Color information

#AA7074 (or 0xAA7074) is unknown color: approx Turkish Rose. HEX triplet: AA, 70 and 74. RGB value is (170,112,116). Sum of RGB (Red+Green+Blue) = 170+112+116=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7074 is #558F8B. Grayscale: #818181. Windows color (decimal): -5607308 or 7631018. OLE color: 7631018.

HSL color Cylindrical-coordinate representation of color #AA7074: hue angle of 355.86º 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 #AA7074 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB170112116-
CMYK00.340.320.33
HSL355.86º25.44%55.29%-
HSV(B)355.86º34.12%66.67%-
XYZ25.5221.419.31-
YUV129.8120.22156.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 112 (44.14% from 255) = 28.14%
BLUE value IS 116 (45.70% from 255) = 29.15%
R=42.71%
G=28.14%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011211600.340.320.33355.8625.4455.29
HexAA707402220211641937
Octal25216016404240415443167
Binary1010101011100001110100010001010000010000110110010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7074; }

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

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

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

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

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

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

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

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