#A2A53A

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

Shades of Brass #A2A53A

Tints of Brass #A2A53A

Color information

#A2A53A (or 0xA2A53A) is unknown color: approx Brass. HEX triplet: A2, A5 and 3A. RGB value is (162,165,58). Sum of RGB (Red+Green+Blue) = 162+165+58=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 58 (23.05% from 255 or 15.06% from 385); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A53A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A53A is #5D5AC5. Grayscale: #989898. Windows color (decimal): -6118086 or 3843490. OLE color: 3843490.

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

Color convert

RGB16216558-
CMYK0.0200.650.35
HSL61.68º47.98%43.73%-
HSV(B)61.68º64.85%64.71%-
XYZ29.1234.99.2-
YUV151.975.01135.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 165 (64.84% from 255) = 42.86%
BLUE value IS 58 (23.05% from 255) = 15.06%
R=42.08%
G=42.86%
B=15.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162165580.0200.650.3561.6847.9843.73
HexA2A53A2041233e302c
Octal242245722010143766054
Binary10100010101001011110101001000001100011111110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A53A; }

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

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

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

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

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

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

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

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