Html Css Color HEX #AA8177 Brandy Rose

📋 copy color: '#AA8177'

red 170 ◦ green 129 ◦ blue 119

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

Shades of Brandy Rose #AA8177

Tints of Brandy Rose #AA8177

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.86%

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

R = 40.67%
G = 30.86%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AA8177 (or 0xAA8177) is known color: Brandy Rose. HEX triplet: AA, 81 and 77. RGB value is (170,129,119). Sum of RGB (Red+Green+Blue) = 170+129+119=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8177 is #557E88. Grayscale: #8C8C8C. Windows color (decimal): -5602953 or 7831978. OLE color: 7831978.

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

Color convert

RGB 170 129 119 -
CMYK 0 0.24 0.3 0.33
HSL 11.76º 0.23% 0.57% -
HSV(B) 11.76º 0.3% 0.67% -
XYZ 27.76 25.58 20.93 -
YUV 140.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 170 129 119 0 0.24 0.3 0.33 11.76 0.23 0.57
Hex AA 81 77 0 18 1E 21 C 17 39
Octal 252 201 167 0 30 36 41 14 27 71
Binary 10101010 10000001 1110111 0 11000 11110 100001 1100 10111 111001

Color Harmonies of #AA8177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8177

Black with #AA8177

Text Example


Text Example

White with #AA8177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8177; }

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

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

background-color css

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

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

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

border-color css

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

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

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