Html Css Color HEX #A2AA44 Brass

📋 copy color: '#A2AA44'

red 162 ◦ green 170 ◦ blue 68

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

Shades of Brass #A2AA44

Tints of Brass #A2AA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17%

R = 40.5%
G = 42.5%
B = 17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#A2AA44 (or 0xA2AA44) is known color: Brass. HEX triplet: A2, AA and 44. RGB value is (162,170,68). Sum of RGB (Red+Green+Blue) = 162+170+68=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AA44 is #5D55BB. Grayscale: #9C9C9C. Windows color (decimal): -6116796 or 4500130. OLE color: 4500130.

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

Color convert

RGB 162 170 68 -
CMYK 0.05 0 0.6 0.33
HSL 64.71º 0.43% 0.47% -
HSV(B) 64.71º 0.6% 0.67% -
XYZ 30.32 36.85 10.98 -
YUV 155.98 78.35 132.29 -
System Red Green Blue C M Y K H S L
Decimal 162 170 68 0.05 0 0.6 0.33 64.71 0.43 0.47
Hex A2 AA 44 5 0 3C 21 41 2B 2F
Octal 242 252 104 5 0 74 41 101 53 57
Binary 10100010 10101010 1000100 101 0 111100 100001 1000001 101011 101111

Color Harmonies of #A2AA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AA44

Black with #A2AA44

Text Example


Text Example

White with #A2AA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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