Html Css Color HEX #A2A04F Brass

📋 copy color: '#A2A04F'

red 162 ◦ green 160 ◦ blue 79

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

Shades of Brass #A2A04F

Tints of Brass #A2A04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.7%

R = 40.4%
G = 39.9%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A2A04F (or 0xA2A04F) is known color: Brass. HEX triplet: A2, A0 and 4F. RGB value is (162,160,79). Sum of RGB (Red+Green+Blue) = 162+160+79=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A04F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A04F is #5D5FB0. Grayscale: #979797. Windows color (decimal): -6119345 or 5218466. OLE color: 5218466.

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

Color convert

RGB 162 160 79 -
CMYK 0 0.01 0.51 0.36
HSL 58.55º 0.34% 0.47% -
HSV(B) 58.55º 0.51% 0.64% -
XYZ 28.88 33.39 12.32 -
YUV 151.36 87.16 135.59 -
System Red Green Blue C M Y K H S L
Decimal 162 160 79 0 0.01 0.51 0.36 58.55 0.34 0.47
Hex A2 A0 4F 0 1 33 24 3B 22 2F
Octal 242 240 117 0 1 63 44 73 42 57
Binary 10100010 10100000 1001111 0 1 110011 100100 111011 100010 101111

Color Harmonies of #A2A04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A04F

Black with #A2A04F

Text Example


Text Example

White with #A2A04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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