Html Css Color HEX #AA7576 Turkish Rose

📋 copy color: '#AA7576'

red 170 ◦ green 117 ◦ blue 118

#AA7576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #AA7576

Tints of Turkish Rose #AA7576

RGB

 RED value IS 170 (66.8% from 255) = 41.98%

 GREEN value IS 117 (46.09% from 255) = 28.89%

 BLUE value IS 118 (46.48% from 255) = 29.14%

R = 41.98%
G = 28.89%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA7576 (or 0xAA7576) is known color: Turkish Rose. HEX triplet: AA, 75 and 76. RGB value is (170,117,118). Sum of RGB (Red+Green+Blue) = 170+117+118=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7576 is #558A89. Grayscale: #858585. Windows color (decimal): -5606026 or 7763370. OLE color: 7763370.

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

Color convert

RGB 170 117 118 -
CMYK 0 0.31 0.31 0.33
HSL 358.87º 0.24% 0.56% -
HSV(B) 358.87º 0.31% 0.67% -
XYZ 26.21 22.58 20.12 -
YUV 132.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 170 117 118 0 0.31 0.31 0.33 358.87 0.24 0.56
Hex AA 75 76 0 1F 1F 21 167 18 38
Octal 252 165 166 0 37 37 41 547 30 70
Binary 10101010 1110101 1110110 0 11111 11111 100001 101100111 11000 111000

Color Harmonies of #AA7576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7576

Black with #AA7576

Text Example


Text Example

White with #AA7576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7576; }

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

 H1.HeaderClassName
 {
   color: #AA7576;
 }
 .AnyTagClassName
 {
   color: #AA7576;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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