#A2A942

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

Shades of Brass #A2A942

Tints of Brass #A2A942

Color information

#A2A942 (or 0xA2A942) is unknown color: approx Brass. HEX triplet: A2, A9 and 42. RGB value is (162,169,66). Sum of RGB (Red+Green+Blue) = 162+169+66=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A942 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A942 is #5D56BD. Grayscale: #9B9B9B. Windows color (decimal): -6117054 or 4368802. OLE color: 4368802.

HSL color Cylindrical-coordinate representation of color #A2A942: hue angle of 64.08º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2A942 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB16216966-
CMYK0.0400.610.34
HSL64.08º43.83%46.08%-
HSV(B)64.08º60.95%66.27%-
XYZ30.0736.4510.6-
YUV155.1677.68132.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.81%
GREEN value IS 169 (66.41% from 255) = 42.57%
BLUE value IS 66 (26.17% from 255) = 16.62%
R=40.81%
G=42.57%
B=16.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal162169660.0400.610.3464.0843.8346.08
HexA2A942403D22402c2e
Octal2422511024075421005456
Binary1010001010101001100001010001111011000101000000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A942; }

 p { color: rgb(162,169,66); }

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

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

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

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

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

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

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