Html Css Color HEX #AA8077 Brandy Rose

📋 copy color: '#AA8077'

red 170 ◦ green 128 ◦ blue 119

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

Shades of Brandy Rose #AA8077

Tints of Brandy Rose #AA8077

RGB

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

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

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

R = 40.77%
G = 30.7%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AA8077 (or 0xAA8077) is known color: Brandy Rose. HEX triplet: AA, 80 and 77. RGB value is (170,128,119). Sum of RGB (Red+Green+Blue) = 170+128+119=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8077 is #557F88. Grayscale: #8B8B8B. Windows color (decimal): -5603209 or 7831722. OLE color: 7831722.

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

Color convert

RGB 170 128 119 -
CMYK 0 0.25 0.3 0.33
HSL 10.59º 0.23% 0.57% -
HSV(B) 10.59º 0.3% 0.67% -
XYZ 27.63 25.32 20.88 -
YUV 139.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 170 128 119 0 0.25 0.3 0.33 10.59 0.23 0.57
Hex AA 80 77 0 19 1E 21 B 17 39
Octal 252 200 167 0 31 36 41 13 27 71
Binary 10101010 10000000 1110111 0 11001 11110 100001 1011 10111 111001

Color Harmonies of #AA8077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8077

Black with #AA8077

Text Example


Text Example

White with #AA8077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8077; }

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

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

background-color css

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

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

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

border-color css

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

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

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