#A2A23E

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

Shades of Brass #A2A23E

Tints of Brass #A2A23E

Color information

#A2A23E (or 0xA2A23E) is unknown color: approx Brass. HEX triplet: A2, A2 and 3E. RGB value is (162,162,62). Sum of RGB (Red+Green+Blue) = 162+162+62=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A23E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A23E is #5D5DC1. Grayscale: #979797. Windows color (decimal): -6118850 or 4104866. OLE color: 4104866.

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

Color convert

RGB16216262-
CMYK000.620.36
HSL60º44.64%43.92%-
HSV(B)60º61.73%63.53%-
XYZ28.6933.879.58-
YUV150.678136.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.97%
GREEN value IS 162 (63.67% from 255) = 41.97%
BLUE value IS 62 (24.61% from 255) = 16.06%
R=41.97%
G=41.97%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216262000.620.366044.6443.92
HexA2A23E003E243c2d2c
Octal24224276007644745554
Binary101000101010001011111000111110100100111100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A23E; }

 p { color: rgb(162,162,62); }

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

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

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

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

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

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

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