#AA7578

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

Shades of Turkish Rose #AA7578

Tints of Turkish Rose #AA7578

Color information

#AA7578 (or 0xAA7578) is unknown color: approx Turkish Rose. HEX triplet: AA, 75 and 78. RGB value is (170,117,120). Sum of RGB (Red+Green+Blue) = 170+117+120=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7578 is #558A87. Grayscale: #858585. Windows color (decimal): -5606024 or 7894442. OLE color: 7894442.

HSL color Cylindrical-coordinate representation of color #AA7578: hue angle of 356.6º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA7578 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB170117120-
CMYK00.310.290.33
HSL356.6º23.77%56.27%-
HSV(B)356.6º31.18%66.67%-
XYZ26.3322.6220.75-
YUV133.19120.56154.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 117 (46.09% from 255) = 28.75%
BLUE value IS 120 (47.27% from 255) = 29.48%
R=41.77%
G=28.75%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011712000.310.290.33356.623.7756.27
HexAA757801F1D211651838
Octal25216517003735415453070
Binary10101010111010111110000111111110110000110110010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7578; }

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

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

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

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

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

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

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

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