Html Css Color HEX #AA8981 Brandy Rose

📋 copy color: '#AA8981'

red 170 ◦ green 137 ◦ blue 129

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

Shades of Brandy Rose #AA8981

Tints of Brandy Rose #AA8981

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.42%

 BLUE value IS 129 (50.78% from 255) = 29.59%

R = 38.99%
G = 31.42%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA8981 (or 0xAA8981) is known color: Brandy Rose. HEX triplet: AA, 89 and 81. RGB value is (170,137,129). Sum of RGB (Red+Green+Blue) = 170+137+129=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8981 is #55767E. Grayscale: #929292. Windows color (decimal): -5600895 or 8489386. OLE color: 8489386.

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

Color convert

RGB 170 137 129 -
CMYK 0 0.19 0.24 0.33
HSL 11.71º 0.19% 0.59% -
HSV(B) 11.71º 0.24% 0.67% -
XYZ 29.49 28.02 24.62 -
YUV 145.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 170 137 129 0 0.19 0.24 0.33 11.71 0.19 0.59
Hex AA 89 81 0 13 18 21 C 13 3B
Octal 252 211 201 0 23 30 41 14 23 73
Binary 10101010 10001001 10000001 0 10011 11000 100001 1100 10011 111011

Color Harmonies of #AA8981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8981

Black with #AA8981

Text Example


Text Example

White with #AA8981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8981; }

 p { color: rgb(170,137,129); }

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

background-color css

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

 a { background-color: rgb(170,137,129); }

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

border-color css

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

 span { border-color: rgb(170,137,129); }

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