Html Css Color HEX #AA7E77 Brandy Rose

📋 copy color: '#AA7E77'

red 170 ◦ green 126 ◦ blue 119

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

Shades of Brandy Rose #AA7E77

Tints of Brandy Rose #AA7E77

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.36%

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

R = 40.96%
G = 30.36%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AA7E77 (or 0xAA7E77) is known color: Brandy Rose. HEX triplet: AA, 7E and 77. RGB value is (170,126,119). Sum of RGB (Red+Green+Blue) = 170+126+119=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E77 is #558188. Grayscale: #8A8A8A. Windows color (decimal): -5603721 or 7831210. OLE color: 7831210.

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

Color convert

RGB 170 126 119 -
CMYK 0 0.26 0.3 0.33
HSL 8.24º 0.23% 0.57% -
HSV(B) 8.24º 0.3% 0.67% -
XYZ 27.37 24.8 20.8 -
YUV 138.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 170 126 119 0 0.26 0.3 0.33 8.24 0.23 0.57
Hex AA 7E 77 0 1A 1E 21 8 17 39
Octal 252 176 167 0 32 36 41 10 27 71
Binary 10101010 1111110 1110111 0 11010 11110 100001 1000 10111 111001

Color Harmonies of #AA7E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7E77

Black with #AA7E77

Text Example


Text Example

White with #AA7E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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