Html Css Color HEX #AA8581 Brandy Rose

📋 copy color: '#AA8581'

red 170 ◦ green 133 ◦ blue 129

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

Shades of Brandy Rose #AA8581

Tints of Brandy Rose #AA8581

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.79%

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

R = 39.35%
G = 30.79%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA8581 (or 0xAA8581) is known color: Brandy Rose. HEX triplet: AA, 85 and 81. RGB value is (170,133,129). Sum of RGB (Red+Green+Blue) = 170+133+129=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8581 is #557A7E. Grayscale: #8F8F8F. Windows color (decimal): -5601919 or 8488362. OLE color: 8488362.

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

Color convert

RGB 170 133 129 -
CMYK 0 0.22 0.24 0.33
HSL 5.85º 0.19% 0.59% -
HSV(B) 5.85º 0.24% 0.67% -
XYZ 28.93 26.91 24.44 -
YUV 143.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 170 133 129 0 0.22 0.24 0.33 5.85 0.19 0.59
Hex AA 85 81 0 16 18 21 6 13 3B
Octal 252 205 201 0 26 30 41 6 23 73
Binary 10101010 10000101 10000001 0 10110 11000 100001 110 10011 111011

Color Harmonies of #AA8581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8581

Black with #AA8581

Text Example


Text Example

White with #AA8581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8581; }

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

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

background-color css

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

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

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

border-color css

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

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

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