Html Css Color HEX #AA8376 Brandy Rose

📋 copy color: '#AA8376'

red 170 ◦ green 131 ◦ blue 118

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

Shades of Brandy Rose #AA8376

Tints of Brandy Rose #AA8376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.26%

 BLUE value IS 118 (46.48% from 255) = 28.16%

R = 40.57%
G = 31.26%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA8376 (or 0xAA8376) is known color: Brandy Rose. HEX triplet: AA, 83 and 76. RGB value is (170,131,118). Sum of RGB (Red+Green+Blue) = 170+131+118=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8376 is #557C89. Grayscale: #8D8D8D. Windows color (decimal): -5602442 or 7766954. OLE color: 7766954.

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

Color convert

RGB 170 131 118 -
CMYK 0 0.23 0.31 0.33
HSL 15º 0.23% 0.56% -
HSV(B) 15º 0.31% 0.67% -
XYZ 27.96 26.09 20.7 -
YUV 141.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 170 131 118 0 0.23 0.31 0.33 15 0.23 0.56
Hex AA 83 76 0 17 1F 21 F 17 38
Octal 252 203 166 0 27 37 41 17 27 70
Binary 10101010 10000011 1110110 0 10111 11111 100001 1111 10111 111000

Color Harmonies of #AA8376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8376

Black with #AA8376

Text Example


Text Example

White with #AA8376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8376; }

 p { color: rgb(170,131,118); }

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

background-color css

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

 a { background-color: rgb(170,131,118); }

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

border-color css

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

 span { border-color: rgb(170,131,118); }

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