Html Css Color HEX #A2A040 Brass

📋 copy color: '#A2A040'

red 162 ◦ green 160 ◦ blue 64

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

Shades of Brass #A2A040

Tints of Brass #A2A040

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.45%

 BLUE value IS 64 (25.39% from 255) = 16.58%

R = 41.97%
G = 41.45%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A2A040 (or 0xA2A040) is known color: Brass. HEX triplet: A2, A0 and 40. RGB value is (162,160,64). Sum of RGB (Red+Green+Blue) = 162+160+64=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A040 is #5D5FBF. Grayscale: #969696. Windows color (decimal): -6119360 or 4235426. OLE color: 4235426.

HSL color Cylindrical-coordinate representation of color #A2A040: hue angle of 58.78º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2A040 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 160 64 -
CMYK 0 0.01 0.60 0.36
HSL 58.78º 0.43% 0.44% -
HSV(B) 58.78º 0.6% 0.64% -
XYZ 28.4 33.19 9.76 -
YUV 149.65 79.66 136.81 -
System Red Green Blue C M Y K H S L
Decimal 162 160 64 0 0.01 0.60 0.36 58.78 0.43 0.44
Hex A2 A0 40 0 1 3C 24 3B 2B 2C
Octal 242 240 100 0 1 74 44 73 53 54
Binary 10100010 10100000 1000000 0 1 111100 100100 111011 101011 101100

Color Harmonies of #A2A040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A040

Black with #A2A040

Text Example


Text Example

White with #A2A040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A040; }

 p { color: rgb(162,160,64); }

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

background-color css

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

 a { background-color: rgb(162,160,64); }

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

border-color css

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

 span { border-color: rgb(162,160,64); }

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