Html Css Color HEX #A2A03E Brass

📋 copy color: '#A2A03E'

red 162 ◦ green 160 ◦ blue 62

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

Shades of Brass #A2A03E

Tints of Brass #A2A03E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.15%

R = 42.19%
G = 41.67%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A2A03E (or 0xA2A03E) is known color: Brass. HEX triplet: A2, A0 and 3E. RGB value is (162,160,62). Sum of RGB (Red+Green+Blue) = 162+160+62=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 62 (24.61% from 255 or 16.15% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A03E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A03E is #5D5FC1. Grayscale: #959595. Windows color (decimal): -6119362 or 4104354. OLE color: 4104354.

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

Color convert

RGB 162 160 62 -
CMYK 0 0.01 0.62 0.36
HSL 58.8º 0.45% 0.44% -
HSV(B) 58.8º 0.62% 0.64% -
XYZ 28.34 33.17 9.47 -
YUV 149.43 78.66 136.97 -
System Red Green Blue C M Y K H S L
Decimal 162 160 62 0 0.01 0.62 0.36 58.8 0.45 0.44
Hex A2 A0 3E 0 1 3E 24 3B 2D 2C
Octal 242 240 76 0 1 76 44 73 55 54
Binary 10100010 10100000 111110 0 1 111110 100100 111011 101101 101100

Color Harmonies of #A2A03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A03E

Black with #A2A03E

Text Example


Text Example

White with #A2A03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A03E; }

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

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

background-color css

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

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

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

border-color css

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

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

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