Html Css Color HEX #AA8984 Brandy Rose

📋 copy color: '#AA8984'

red 170 ◦ green 137 ◦ blue 132

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

Shades of Brandy Rose #AA8984

Tints of Brandy Rose #AA8984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.07%

R = 38.72%
G = 31.21%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA8984 (or 0xAA8984) is known color: Brandy Rose. HEX triplet: AA, 89 and 84. RGB value is (170,137,132). Sum of RGB (Red+Green+Blue) = 170+137+132=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8984 is #55767B. Grayscale: #929292. Windows color (decimal): -5600892 or 8685994. OLE color: 8685994.

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

Color convert

RGB 170 137 132 -
CMYK 0 0.19 0.22 0.33
HSL 7.89º 0.18% 0.59% -
HSV(B) 7.89º 0.22% 0.67% -
XYZ 29.69 28.1 25.69 -
YUV 146.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 170 137 132 0 0.19 0.22 0.33 7.89 0.18 0.59
Hex AA 89 84 0 13 16 21 8 12 3B
Octal 252 211 204 0 23 26 41 10 22 73
Binary 10101010 10001001 10000100 0 10011 10110 100001 1000 10010 111011

Color Harmonies of #AA8984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8984

Black with #AA8984

Text Example


Text Example

White with #AA8984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8984; }

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

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

background-color css

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

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

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

border-color css

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

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

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