#AA7378

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

Shades of Turkish Rose #AA7378

Tints of Turkish Rose #AA7378

Color information

#AA7378 (or 0xAA7378) is unknown color: approx Turkish Rose. HEX triplet: AA, 73 and 78. RGB value is (170,115,120). Sum of RGB (Red+Green+Blue) = 170+115+120=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7378 is #558C87. Grayscale: #848484. Windows color (decimal): -5606536 or 7893930. OLE color: 7893930.

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

Color convert

RGB170115120-
CMYK00.320.290.33
HSL354.55º24.44%55.88%-
HSV(B)354.55º32.35%66.67%-
XYZ26.122.1620.67-
YUV132.01121.22155.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 115 (45.31% from 255) = 28.40%
BLUE value IS 120 (47.27% from 255) = 29.63%
R=41.98%
G=28.40%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011512000.320.290.33354.5524.4455.88
HexAA73780201D211631838
Octal25216317004035415433070
Binary101010101110011111100001000001110110000110110001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7378; }

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

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

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

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

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

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

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

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