Html Css Color HEX #AA7D77 Brandy Rose

📋 copy color: '#AA7D77'

red 170 ◦ green 125 ◦ blue 119

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

Shades of Brandy Rose #AA7D77

Tints of Brandy Rose #AA7D77

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.19%

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

R = 41.06%
G = 30.19%
B = 28.74%

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

#AA7D77 (or 0xAA7D77) is known color: Brandy Rose. HEX triplet: AA, 7D and 77. RGB value is (170,125,119). Sum of RGB (Red+Green+Blue) = 170+125+119=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D77 is #558288. Grayscale: #898989. Windows color (decimal): -5603977 or 7830954. OLE color: 7830954.

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

Color convert

RGB 170 125 119 -
CMYK 0 0.26 0.3 0.33
HSL 7.06º 0.23% 0.57% -
HSV(B) 7.06º 0.3% 0.67% -
XYZ 27.24 24.55 20.75 -
YUV 137.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 170 125 119 0 0.26 0.3 0.33 7.06 0.23 0.57
Hex AA 7D 77 0 1A 1E 21 7 17 39
Octal 252 175 167 0 32 36 41 7 27 71
Binary 10101010 1111101 1110111 0 11010 11110 100001 111 10111 111001

Color Harmonies of #AA7D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7D77

Black with #AA7D77

Text Example


Text Example

White with #AA7D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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