#A2A63E

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

Shades of Brass #A2A63E

Tints of Brass #A2A63E

Color information

#A2A63E (or 0xA2A63E) is unknown color: approx Brass. HEX triplet: A2, A6 and 3E. RGB value is (162,166,62). Sum of RGB (Red+Green+Blue) = 162+166+62=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 62 (24.61% from 255 or 15.90% from 390); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A63E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A63E is #5D59C1. Grayscale: #999999. Windows color (decimal): -6117826 or 4105890. OLE color: 4105890.

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

Color convert

RGB16216662-
CMYK0.0200.630.35
HSL62.31º45.61%44.71%-
HSV(B)62.31º62.65%65.1%-
XYZ29.4135.39.82-
YUV152.9576.67134.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.54%
GREEN value IS 166 (65.23% from 255) = 42.56%
BLUE value IS 62 (24.61% from 255) = 15.90%
R=41.54%
G=42.56%
B=15.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162166620.0200.630.3562.3145.6144.71
HexA2A63E203F233e2e2d
Octal24224676207743765655
Binary1010001010100110111110100111111100011111110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A63E; }

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

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

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

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

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

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

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

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