#AA7377

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

Shades of Turkish Rose #AA7377

Tints of Turkish Rose #AA7377

Color information

#AA7377 (or 0xAA7377) is unknown color: approx Turkish Rose. HEX triplet: AA, 73 and 77. RGB value is (170,115,119). Sum of RGB (Red+Green+Blue) = 170+115+119=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7377 is #558C88. Grayscale: #838383. Windows color (decimal): -5606537 or 7828394. OLE color: 7828394.

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

Color convert

RGB170115119-
CMYK00.320.30.33
HSL355.64º24.44%55.88%-
HSV(B)355.64º32.35%66.67%-
XYZ26.0422.1420.35-
YUV131.9120.72155.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 115 (45.31% from 255) = 28.47%
BLUE value IS 119 (46.88% from 255) = 29.46%
R=42.08%
G=28.47%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011511900.320.30.33355.6424.4455.88
HexAA73770201E211641838
Octal25216316704036415443070
Binary101010101110011111011101000001111010000110110010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7377; }

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

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

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

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

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

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

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

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