Html Css Color HEX #A2AA49 Brass

📋 copy color: '#A2AA49'

red 162 ◦ green 170 ◦ blue 73

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

Shades of Brass #A2AA49

Tints of Brass #A2AA49

RGB

 RED value IS 162 (63.67% from 255) = 40%

 GREEN value IS 170 (66.8% from 255) = 41.98%

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

R = 40%
G = 41.98%
B = 18.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#A2AA49 (or 0xA2AA49) is known color: Brass. HEX triplet: A2, AA and 49. RGB value is (162,170,73). Sum of RGB (Red+Green+Blue) = 162+170+73=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AA49 is #5D55B6. Grayscale: #9C9C9C. Windows color (decimal): -6116791 or 4827810. OLE color: 4827810.

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

Color convert

RGB 162 170 73 -
CMYK 0.05 0 0.57 0.33
HSL 64.95º 0.4% 0.48% -
HSV(B) 64.95º 0.57% 0.67% -
XYZ 30.48 36.91 11.82 -
YUV 156.55 80.85 131.89 -
System Red Green Blue C M Y K H S L
Decimal 162 170 73 0.05 0 0.57 0.33 64.95 0.4 0.48
Hex A2 AA 49 5 0 39 21 41 28 30
Octal 242 252 111 5 0 71 41 101 50 60
Binary 10100010 10101010 1001001 101 0 111001 100001 1000001 101000 110000

Color Harmonies of #A2AA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AA49

Black with #A2AA49

Text Example


Text Example

White with #A2AA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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