Html Css Color HEX #AA8577 Brandy Rose

📋 copy color: '#AA8577'

red 170 ◦ green 133 ◦ blue 119

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

Shades of Brandy Rose #AA8577

Tints of Brandy Rose #AA8577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.2%

R = 40.28%
G = 31.52%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AA8577 (or 0xAA8577) is known color: Brandy Rose. HEX triplet: AA, 85 and 77. RGB value is (170,133,119). Sum of RGB (Red+Green+Blue) = 170+133+119=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8577 is #557A88. Grayscale: #8E8E8E. Windows color (decimal): -5601929 or 7833002. OLE color: 7833002.

HSL color Cylindrical-coordinate representation of color #AA8577: hue angle of 16.47º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA8577 is Cyan = 0, Magento = 0.22, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 133 119 -
CMYK 0 0.22 0.3 0.33
HSL 16.47º 0.23% 0.57% -
HSV(B) 16.47º 0.3% 0.67% -
XYZ 28.29 26.65 21.11 -
YUV 142.47 114.76 147.64 -
System Red Green Blue C M Y K H S L
Decimal 170 133 119 0 0.22 0.3 0.33 16.47 0.23 0.57
Hex AA 85 77 0 16 1E 21 10 17 39
Octal 252 205 167 0 26 36 41 20 27 71
Binary 10101010 10000101 1110111 0 10110 11110 100001 10000 10111 111001

Color Harmonies of #AA8577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8577

Black with #AA8577

Text Example


Text Example

White with #AA8577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8577; }

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

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

background-color css

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

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

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

border-color css

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

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

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