#A3A242

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

Shades of Brass #A3A242

Tints of Brass #A3A242

Color information

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

HSL color Cylindrical-coordinate representation of color #A3A242: hue angle of 59.38º 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 #A3A242 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB16316266-
CMYK00.010.600.36
HSL59.38º42.36%44.9%-
HSV(B)59.38º59.51%63.92%-
XYZ29.0134.0210.19-
YUV151.3579.83136.31-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631626600.010.600.3659.3842.3644.9
HexA3A242013C243b2a2d
Octal243242102017444735255
Binary1010001110100010100001001111100100100111011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A242; }

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

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

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

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

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

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

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

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