Html Css Color HEX #AA7577 Turkish Rose

📋 copy color: '#AA7577'

red 170 ◦ green 117 ◦ blue 119

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

Shades of Turkish Rose #AA7577

Tints of Turkish Rose #AA7577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.31%

R = 41.87%
G = 28.82%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AA7577 (or 0xAA7577) is known color: Turkish Rose. HEX triplet: AA, 75 and 77. RGB value is (170,117,119). Sum of RGB (Red+Green+Blue) = 170+117+119=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7577 is #558A88. Grayscale: #858585. Windows color (decimal): -5606025 or 7828906. OLE color: 7828906.

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

Color convert

RGB 170 117 119 -
CMYK 0 0.31 0.3 0.33
HSL 357.74º 0.24% 0.56% -
HSV(B) 357.74º 0.31% 0.67% -
XYZ 26.27 22.6 20.43 -
YUV 133.08 120.06 154.34 -
System Red Green Blue C M Y K H S L
Decimal 170 117 119 0 0.31 0.3 0.33 357.74 0.24 0.56
Hex AA 75 77 0 1F 1E 21 166 18 38
Octal 252 165 167 0 37 36 41 546 30 70
Binary 10101010 1110101 1110111 0 11111 11110 100001 101100110 11000 111000

Color Harmonies of #AA7577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7577

Black with #AA7577

Text Example


Text Example

White with #AA7577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7577; }

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

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

background-color css

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

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

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

border-color css

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

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

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