Html Css Color HEX #AA8079 Brandy Rose

📋 copy color: '#AA8079'

red 170 ◦ green 128 ◦ blue 121

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

Shades of Brandy Rose #AA8079

Tints of Brandy Rose #AA8079

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.55%

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

R = 40.57%
G = 30.55%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA8079 (or 0xAA8079) is known color: Brandy Rose. HEX triplet: AA, 80 and 79. RGB value is (170,128,121). Sum of RGB (Red+Green+Blue) = 170+128+121=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8079 is #557F86. Grayscale: #8B8B8B. Windows color (decimal): -5603207 or 7962794. OLE color: 7962794.

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

Color convert

RGB 170 128 121 -
CMYK 0 0.25 0.29 0.33
HSL 8.57º 0.22% 0.57% -
HSV(B) 8.57º 0.29% 0.67% -
XYZ 27.75 25.36 21.52 -
YUV 139.76 117.41 149.57 -
System Red Green Blue C M Y K H S L
Decimal 170 128 121 0 0.25 0.29 0.33 8.57 0.22 0.57
Hex AA 80 79 0 19 1D 21 9 16 39
Octal 252 200 171 0 31 35 41 11 26 71
Binary 10101010 10000000 1111001 0 11001 11101 100001 1001 10110 111001

Color Harmonies of #AA8079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8079

Black with #AA8079

Text Example


Text Example

White with #AA8079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8079; }

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

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

background-color css

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

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

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

border-color css

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

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

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