#AA7075

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

Shades of Turkish Rose #AA7075

Tints of Turkish Rose #AA7075

Color information

#AA7075 (or 0xAA7075) is unknown color: approx Turkish Rose. HEX triplet: AA, 70 and 75. RGB value is (170,112,117). Sum of RGB (Red+Green+Blue) = 170+112+117=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7075 is #558F8A. Grayscale: #818181. Windows color (decimal): -5607307 or 7696554. OLE color: 7696554.

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

Color convert

RGB170112117-
CMYK00.340.310.33
HSL354.83º25.44%55.29%-
HSV(B)354.83º34.12%66.67%-
XYZ25.5821.4219.62-
YUV129.91120.72156.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 112 (44.14% from 255) = 28.07%
BLUE value IS 117 (46.09% from 255) = 29.32%
R=42.61%
G=28.07%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011211700.340.310.33354.8325.4455.29
HexAA70750221F211631937
Octal25216016504237415433167
Binary101010101110000111010101000101111110000110110001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7075; }

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

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

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

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

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

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

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

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