Html Css Color HEX #AA7477 Turkish Rose

📋 copy color: '#AA7477'

red 170 ◦ green 116 ◦ blue 119

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

Shades of Turkish Rose #AA7477

Tints of Turkish Rose #AA7477

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.64%

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

R = 41.98%
G = 28.64%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AA7477 (or 0xAA7477) is known color: Turkish Rose. HEX triplet: AA, 74 and 77. RGB value is (170,116,119). Sum of RGB (Red+Green+Blue) = 170+116+119=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7477 is #558B88. Grayscale: #848484. Windows color (decimal): -5606281 or 7828650. OLE color: 7828650.

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

Color convert

RGB 170 116 119 -
CMYK 0 0.32 0.3 0.33
HSL 356.67º 0.24% 0.56% -
HSV(B) 356.67º 0.32% 0.67% -
XYZ 26.15 22.37 20.39 -
YUV 132.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 170 116 119 0 0.32 0.3 0.33 356.67 0.24 0.56
Hex AA 74 77 0 20 1E 21 165 18 38
Octal 252 164 167 0 40 36 41 545 30 70
Binary 10101010 1110100 1110111 0 100000 11110 100001 101100101 11000 111000

Color Harmonies of #AA7477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7477

Black with #AA7477

Text Example


Text Example

White with #AA7477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7477; }

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

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

background-color css

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

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

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

border-color css

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

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

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