#A2A14E

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

Shades of Brass #A2A14E

Tints of Brass #A2A14E

Color information

#A2A14E (or 0xA2A14E) is unknown color: approx Brass. HEX triplet: A2, A1 and 4E. RGB value is (162,161,78). Sum of RGB (Red+Green+Blue) = 162+161+78=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A14E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A14E is #5D5EB1. Grayscale: #989898. Windows color (decimal): -6119090 or 5153186. OLE color: 5153186.

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

Color convert

RGB16216178-
CMYK00.010.520.36
HSL59.29º35%47.06%-
HSV(B)59.29º51.85%63.53%-
XYZ29.0233.7212.19-
YUV151.8486.33135.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.40%
GREEN value IS 161 (63.28% from 255) = 40.15%
BLUE value IS 78 (30.86% from 255) = 19.45%
R=40.40%
G=40.15%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621617800.010.520.3659.293547.06
HexA2A14E0134243b232f
Octal242241116016444734357
Binary1010001010100001100111001110100100100111011100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A14E; }

 p { color: rgb(162,161,78); }

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

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

 a { background-color: rgb(162,161,78); }

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

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

 span { border-color: rgb(162,161,78); }

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