#A2A342

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

Shades of Brass #A2A342

Tints of Brass #A2A342

Color information

#A2A342 (or 0xA2A342) is unknown color: approx Brass. HEX triplet: A2, A3 and 42. RGB value is (162,163,66). Sum of RGB (Red+Green+Blue) = 162+163+66=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A342 is #5D5CBD. Grayscale: #989898. Windows color (decimal): -6118590 or 4367266. OLE color: 4367266.

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

Color convert

RGB16216366-
CMYK0.0100.600.36
HSL60.62º42.36%44.9%-
HSV(B)60.62º59.51%63.92%-
XYZ28.9834.2710.24-
YUV151.6479.67135.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.43%
GREEN value IS 163 (64.06% from 255) = 41.69%
BLUE value IS 66 (26.17% from 255) = 16.88%
R=41.43%
G=41.69%
B=16.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162163660.0100.600.3660.6242.3644.9
HexA2A342103C243d2a2d
Octal242243102107444755255
Binary1010001010100011100001010111100100100111101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A342; }

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

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

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

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

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

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

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

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