Html Css Color HEX #A2A048 Brass

📋 copy color: '#A2A048'

red 162 ◦ green 160 ◦ blue 72

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

Shades of Brass #A2A048

Tints of Brass #A2A048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.27%

R = 41.12%
G = 40.61%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A2A048 (or 0xA2A048) is known color: Brass. HEX triplet: A2, A0 and 48. RGB value is (162,160,72). Sum of RGB (Red+Green+Blue) = 162+160+72=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A048 is #5D5FB7. Grayscale: #969696. Windows color (decimal): -6119352 or 4759714. OLE color: 4759714.

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

Color convert

RGB 162 160 72 -
CMYK 0 0.01 0.56 0.36
HSL 58.67º 0.38% 0.46% -
HSV(B) 58.67º 0.56% 0.64% -
XYZ 28.64 33.29 11.05 -
YUV 150.57 83.66 136.16 -
System Red Green Blue C M Y K H S L
Decimal 162 160 72 0 0.01 0.56 0.36 58.67 0.38 0.46
Hex A2 A0 48 0 1 38 24 3B 26 2E
Octal 242 240 110 0 1 70 44 73 46 56
Binary 10100010 10100000 1001000 0 1 111000 100100 111011 100110 101110

Color Harmonies of #A2A048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A048

Black with #A2A048

Text Example


Text Example

White with #A2A048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A048; }

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

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

background-color css

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

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

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

border-color css

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

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

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