Html Css Color HEX #AA7880 Turkish Rose

📋 copy color: '#AA7880'

red 170 ◦ green 120 ◦ blue 128

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

Shades of Turkish Rose #AA7880

Tints of Turkish Rose #AA7880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.71%

 BLUE value IS 128 (50.39% from 255) = 30.62%

R = 40.67%
G = 28.71%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA7880 (or 0xAA7880) is known color: Turkish Rose. HEX triplet: AA, 78 and 80. RGB value is (170,120,128). Sum of RGB (Red+Green+Blue) = 170+120+128=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7880 is #55877F. Grayscale: #878787. Windows color (decimal): -5605248 or 8419498. OLE color: 8419498.

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

Color convert

RGB 170 120 128 -
CMYK 0 0.29 0.25 0.33
HSL 350.4º 0.23% 0.57% -
HSV(B) 350.4º 0.29% 0.67% -
XYZ 27.19 23.54 23.53 -
YUV 135.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 170 120 128 0 0.29 0.25 0.33 350.4 0.23 0.57
Hex AA 78 80 0 1D 19 21 15E 17 39
Octal 252 170 200 0 35 31 41 536 27 71
Binary 10101010 1111000 10000000 0 11101 11001 100001 101011110 10111 111001

Color Harmonies of #AA7880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7880

Black with #AA7880

Text Example


Text Example

White with #AA7880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7880; }

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

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

background-color css

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

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

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

border-color css

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

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

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