Html Css Color HEX #AA8A80 Brandy Rose

📋 copy color: '#AA8A80'

red 170 ◦ green 138 ◦ blue 128

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

Shades of Brandy Rose #AA8A80

Tints of Brandy Rose #AA8A80

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.65%

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

R = 38.99%
G = 31.65%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA8A80 (or 0xAA8A80) is known color: Brandy Rose. HEX triplet: AA, 8A and 80. RGB value is (170,138,128). Sum of RGB (Red+Green+Blue) = 170+138+128=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8A80 is #55757F. Grayscale: #929292. Windows color (decimal): -5600640 or 8424106. OLE color: 8424106.

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

Color convert

RGB 170 138 128 -
CMYK 0 0.19 0.25 0.33
HSL 14.29º 0.2% 0.58% -
HSV(B) 14.29º 0.25% 0.67% -
XYZ 29.56 28.28 24.32 -
YUV 146.43 117.6 144.81 -
System Red Green Blue C M Y K H S L
Decimal 170 138 128 0 0.19 0.25 0.33 14.29 0.2 0.58
Hex AA 8A 80 0 13 19 21 E 14 3A
Octal 252 212 200 0 23 31 41 16 24 72
Binary 10101010 10001010 10000000 0 10011 11001 100001 1110 10100 111010

Color Harmonies of #AA8A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8A80

Black with #AA8A80

Text Example


Text Example

White with #AA8A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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