Html Css Color HEX #A2A240 Brass

📋 copy color: '#A2A240'

red 162 ◦ green 162 ◦ blue 64

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

Shades of Brass #A2A240

Tints of Brass #A2A240

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.75%

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

R = 41.75%
G = 41.75%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A2A240 (or 0xA2A240) is known color: Brass. HEX triplet: A2, A2 and 40. RGB value is (162,162,64). Sum of RGB (Red+Green+Blue) = 162+162+64=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A240 is #5D5DBF. Grayscale: #979797. Windows color (decimal): -6118848 or 4235938. OLE color: 4235938.

HSL color Cylindrical-coordinate representation of color #A2A240: hue angle of 60º 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 #A2A240 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 162 64 -
CMYK 0 0 0.60 0.36
HSL 60º 0.43% 0.44% -
HSV(B) 60º 0.6% 0.64% -
XYZ 28.75 33.89 9.88 -
YUV 150.83 79 135.97 -
System Red Green Blue C M Y K H S L
Decimal 162 162 64 0 0 0.60 0.36 60 0.43 0.44
Hex A2 A2 40 0 0 3C 24 3C 2B 2C
Octal 242 242 100 0 0 74 44 74 53 54
Binary 10100010 10100010 1000000 0 0 111100 100100 111100 101011 101100

Color Harmonies of #A2A240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A240

Black with #A2A240

Text Example


Text Example

White with #A2A240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A240; }

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

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

background-color css

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

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

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

border-color css

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

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

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