Html Css Color HEX #A2AA45 Brass

📋 copy color: '#A2AA45'

red 162 ◦ green 170 ◦ blue 69

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

Shades of Brass #A2AA45

Tints of Brass #A2AA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.21%

R = 40.4%
G = 42.39%
B = 17.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#A2AA45 (or 0xA2AA45) is known color: Brass. HEX triplet: A2, AA and 45. RGB value is (162,170,69). Sum of RGB (Red+Green+Blue) = 162+170+69=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AA45 is #5D55BA. Grayscale: #9C9C9C. Windows color (decimal): -6116795 or 4565666. OLE color: 4565666.

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

Color convert

RGB 162 170 69 -
CMYK 0.05 0 0.59 0.33
HSL 64.75º 0.42% 0.47% -
HSV(B) 64.75º 0.59% 0.67% -
XYZ 30.35 36.86 11.15 -
YUV 156.09 78.85 132.21 -
System Red Green Blue C M Y K H S L
Decimal 162 170 69 0.05 0 0.59 0.33 64.75 0.42 0.47
Hex A2 AA 45 5 0 3B 21 41 2A 2F
Octal 242 252 105 5 0 73 41 101 52 57
Binary 10100010 10101010 1000101 101 0 111011 100001 1000001 101010 101111

Color Harmonies of #A2AA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AA45

Black with #A2AA45

Text Example


Text Example

White with #A2AA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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