Html Css Color HEX #AA8071 Brandy Rose

📋 copy color: '#AA8071'

red 170 ◦ green 128 ◦ blue 113

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

Shades of Brandy Rose #AA8071

Tints of Brandy Rose #AA8071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.49%

R = 41.36%
G = 31.14%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA8071 (or 0xAA8071) is known color: Brandy Rose. HEX triplet: AA, 80 and 71. RGB value is (170,128,113). Sum of RGB (Red+Green+Blue) = 170+128+113=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8071 is #557F8E. Grayscale: #8A8A8A. Windows color (decimal): -5603215 or 7438506. OLE color: 7438506.

HSL color Cylindrical-coordinate representation of color #AA8071: hue angle of 15.79º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA8071 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 128 113 -
CMYK 0 0.25 0.34 0.33
HSL 15.79º 0.25% 0.55% -
HSV(B) 15.79º 0.34% 0.67% -
XYZ 27.28 25.18 19.04 -
YUV 138.85 113.41 150.22 -
System Red Green Blue C M Y K H S L
Decimal 170 128 113 0 0.25 0.34 0.33 15.79 0.25 0.55
Hex AA 80 71 0 19 22 21 10 19 37
Octal 252 200 161 0 31 42 41 20 31 67
Binary 10101010 10000000 1110001 0 11001 100010 100001 10000 11001 110111

Color Harmonies of #AA8071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8071

Black with #AA8071

Text Example


Text Example

White with #AA8071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8071; }

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

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

background-color css

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

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

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

border-color css

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

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

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