#A2A53F

Color #A2A53F Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #A2A53F

Tints of Brass #A2A53F

Color information

#A2A53F (or 0xA2A53F) is unknown color: approx Brass. HEX triplet: A2, A5 and 3F. RGB value is (162,165,63). Sum of RGB (Red+Green+Blue) = 162+165+63=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A53F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A53F is #5D5AC0. Grayscale: #989898. Windows color (decimal): -6118081 or 4171170. OLE color: 4171170.

HSL color Cylindrical-coordinate representation of color #A2A53F: hue angle of 61.76º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2A53F is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB16216563-
CMYK0.0200.620.35
HSL61.76º44.74%44.71%-
HSV(B)61.76º61.82%64.71%-
XYZ29.2534.959.91-
YUV152.4777.51134.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.54%
GREEN value IS 165 (64.84% from 255) = 42.31%
BLUE value IS 63 (25% from 255) = 16.15%
R=41.54%
G=42.31%
B=16.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162165630.0200.620.3561.7644.7444.71
HexA2A53F203E233e2d2d
Octal24224577207643765555
Binary1010001010100101111111100111110100011111110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A53F; }

 p { color: rgb(162,165,63); }

 H1.HeaderClassName
 {
   color: #A2A53F;
 }
 .AnyTagClassName
 {
   color: #A2A53F;
 }
</style>
background-color css

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

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

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

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

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

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