Html Css Color HEX #AA8879 Brandy Rose

📋 copy color: '#AA8879'

red 170 ◦ green 136 ◦ blue 121

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

Shades of Brandy Rose #AA8879

Tints of Brandy Rose #AA8879

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.85%

 BLUE value IS 121 (47.66% from 255) = 28.34%

R = 39.81%
G = 31.85%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA8879 (or 0xAA8879) is known color: Brandy Rose. HEX triplet: AA, 88 and 79. RGB value is (170,136,121). Sum of RGB (Red+Green+Blue) = 170+136+121=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8879 is #557786. Grayscale: #909090. Windows color (decimal): -5601159 or 7964842. OLE color: 7964842.

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

Color convert

RGB 170 136 121 -
CMYK 0 0.20 0.29 0.33
HSL 18.37º 0.22% 0.57% -
HSV(B) 18.37º 0.29% 0.67% -
XYZ 28.83 27.53 21.88 -
YUV 144.46 114.76 146.22 -
System Red Green Blue C M Y K H S L
Decimal 170 136 121 0 0.20 0.29 0.33 18.37 0.22 0.57
Hex AA 88 79 0 14 1D 21 12 16 39
Octal 252 210 171 0 24 35 41 22 26 71
Binary 10101010 10001000 1111001 0 10100 11101 100001 10010 10110 111001

Color Harmonies of #AA8879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8879

Black with #AA8879

Text Example


Text Example

White with #AA8879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8879; }

 p { color: rgb(170,136,121); }

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

background-color css

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

 a { background-color: rgb(170,136,121); }

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

border-color css

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

 span { border-color: rgb(170,136,121); }

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