Html Css Color HEX #A2AA41 Brass

📋 copy color: '#A2AA41'

red 162 ◦ green 170 ◦ blue 65

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

Shades of Brass #A2AA41

Tints of Brass #A2AA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.37%

R = 40.81%
G = 42.82%
B = 16.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#A2AA41 (or 0xA2AA41) is known color: Brass. HEX triplet: A2, AA and 41. RGB value is (162,170,65). Sum of RGB (Red+Green+Blue) = 162+170+65=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AA41 is #5D55BE. Grayscale: #9C9C9C. Windows color (decimal): -6116799 or 4303522. OLE color: 4303522.

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

Color convert

RGB 162 170 65 -
CMYK 0.05 0 0.62 0.33
HSL 64.57º 0.45% 0.46% -
HSV(B) 64.57º 0.62% 0.67% -
XYZ 30.23 36.81 10.51 -
YUV 155.64 76.85 132.54 -
System Red Green Blue C M Y K H S L
Decimal 162 170 65 0.05 0 0.62 0.33 64.57 0.45 0.46
Hex A2 AA 41 5 0 3E 21 41 2D 2E
Octal 242 252 101 5 0 76 41 101 55 56
Binary 10100010 10101010 1000001 101 0 111110 100001 1000001 101101 101110

Color Harmonies of #A2AA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AA41

Black with #A2AA41

Text Example


Text Example

White with #A2AA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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