Html Css Color HEX #A2AA48 Brass

📋 copy color: '#A2AA48'

red 162 ◦ green 170 ◦ blue 72

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

Shades of Brass #A2AA48

Tints of Brass #A2AA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.82%

R = 40.1%
G = 42.08%
B = 17.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#A2AA48 (or 0xA2AA48) is known color: Brass. HEX triplet: A2, AA and 48. RGB value is (162,170,72). Sum of RGB (Red+Green+Blue) = 162+170+72=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AA48 is #5D55B7. Grayscale: #9C9C9C. Windows color (decimal): -6116792 or 4762274. OLE color: 4762274.

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

Color convert

RGB 162 170 72 -
CMYK 0.05 0 0.58 0.33
HSL 64.9º 0.4% 0.47% -
HSV(B) 64.9º 0.58% 0.67% -
XYZ 30.44 36.9 11.65 -
YUV 156.44 80.35 131.97 -
System Red Green Blue C M Y K H S L
Decimal 162 170 72 0.05 0 0.58 0.33 64.9 0.4 0.47
Hex A2 AA 48 5 0 3A 21 41 28 2F
Octal 242 252 110 5 0 72 41 101 50 57
Binary 10100010 10101010 1001000 101 0 111010 100001 1000001 101000 101111

Color Harmonies of #A2AA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AA48

Black with #A2AA48

Text Example


Text Example

White with #A2AA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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