Html Css Color HEX #AAA049 Brass

📋 copy color: '#AAA049'

red 170 ◦ green 160 ◦ blue 73

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

Shades of Brass #AAA049

Tints of Brass #AAA049

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.7%

 BLUE value IS 73 (28.91% from 255) = 18.11%

R = 42.18%
G = 39.7%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AAA049 (or 0xAAA049) is known color: Brass. HEX triplet: AA, A0 and 49. RGB value is (170,160,73). Sum of RGB (Red+Green+Blue) = 170+160+73=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA049 is #555FB6. Grayscale: #999999. Windows color (decimal): -5595063 or 4825258. OLE color: 4825258.

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

Color convert

RGB 170 160 73 -
CMYK 0 0.06 0.57 0.33
HSL 53.81º 0.4% 0.48% -
HSV(B) 53.81º 0.57% 0.67% -
XYZ 30.35 34.17 11.3 -
YUV 153.07 82.81 140.07 -
System Red Green Blue C M Y K H S L
Decimal 170 160 73 0 0.06 0.57 0.33 53.81 0.4 0.48
Hex AA A0 49 0 6 39 21 36 28 30
Octal 252 240 111 0 6 71 41 66 50 60
Binary 10101010 10100000 1001001 0 110 111001 100001 110110 101000 110000

Color Harmonies of #AAA049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA049

Black with #AAA049

Text Example


Text Example

White with #AAA049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA049; }

 p { color: rgb(170,160,73); }

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

background-color css

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

 a { background-color: rgb(170,160,73); }

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

border-color css

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

 span { border-color: rgb(170,160,73); }

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