Html Css Color HEX #AAA84C Brass

📋 copy color: '#AAA84C'

red 170 ◦ green 168 ◦ blue 76

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

Shades of Brass #AAA84C

Tints of Brass #AAA84C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.58%

 BLUE value IS 76 (30.08% from 255) = 18.36%

R = 41.06%
G = 40.58%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AAA84C (or 0xAAA84C) is known color: Brass. HEX triplet: AA, A8 and 4C. RGB value is (170,168,76). Sum of RGB (Red+Green+Blue) = 170+168+76=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA84C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA84C is #5557B3. Grayscale: #9E9E9E. Windows color (decimal): -5593012 or 5023914. OLE color: 5023914.

HSL color Cylindrical-coordinate representation of color #AAA84C: hue angle of 58.72º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAA84C is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 168 76 -
CMYK 0 0.01 0.55 0.33
HSL 58.72º 0.38% 0.48% -
HSV(B) 58.72º 0.55% 0.67% -
XYZ 31.88 37.07 12.31 -
YUV 158.11 81.66 136.48 -
System Red Green Blue C M Y K H S L
Decimal 170 168 76 0 0.01 0.55 0.33 58.72 0.38 0.48
Hex AA A8 4C 0 1 37 21 3B 26 30
Octal 252 250 114 0 1 67 41 73 46 60
Binary 10101010 10101000 1001100 0 1 110111 100001 111011 100110 110000

Color Harmonies of #AAA84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA84C

Black with #AAA84C

Text Example


Text Example

White with #AAA84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA84C; }

 p { color: rgb(170,168,76); }

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

background-color css

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

 a { background-color: rgb(170,168,76); }

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

border-color css

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

 span { border-color: rgb(170,168,76); }

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