Html Css Color HEX #AA8479 Brandy Rose

📋 copy color: '#AA8479'

red 170 ◦ green 132 ◦ blue 121

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

Shades of Brandy Rose #AA8479

Tints of Brandy Rose #AA8479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.21%

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

R = 40.19%
G = 31.21%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA8479 (or 0xAA8479) is known color: Brandy Rose. HEX triplet: AA, 84 and 79. RGB value is (170,132,121). Sum of RGB (Red+Green+Blue) = 170+132+121=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8479 is #557B86. Grayscale: #8E8E8E. Windows color (decimal): -5602183 or 7963818. OLE color: 7963818.

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

Color convert

RGB 170 132 121 -
CMYK 0 0.22 0.29 0.33
HSL 13.47º 0.22% 0.57% -
HSV(B) 13.47º 0.29% 0.67% -
XYZ 28.28 26.43 21.7 -
YUV 142.11 116.09 147.89 -
System Red Green Blue C M Y K H S L
Decimal 170 132 121 0 0.22 0.29 0.33 13.47 0.22 0.57
Hex AA 84 79 0 16 1D 21 D 16 39
Octal 252 204 171 0 26 35 41 15 26 71
Binary 10101010 10000100 1111001 0 10110 11101 100001 1101 10110 111001

Color Harmonies of #AA8479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8479

Black with #AA8479

Text Example


Text Example

White with #AA8479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8479; }

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

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

background-color css

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

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

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

border-color css

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

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

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