#A3A442

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

Shades of Brass #A3A442

Tints of Brass #A3A442

Color information

#A3A442 (or 0xA3A442) is unknown color: approx Brass. HEX triplet: A3, A4 and 42. RGB value is (163,164,66). Sum of RGB (Red+Green+Blue) = 163+164+66=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A442 is #5C5BBD. Grayscale: #989898. Windows color (decimal): -6052798 or 4367523. OLE color: 4367523.

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

Color convert

RGB16316466-
CMYK0.0100.600.36
HSL60.61º42.61%45.1%-
HSV(B)60.61º59.76%64.31%-
XYZ29.3634.7310.31-
YUV152.5379.17135.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.48%
GREEN value IS 164 (64.45% from 255) = 41.73%
BLUE value IS 66 (26.17% from 255) = 16.79%
R=41.48%
G=41.73%
B=16.79%

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
Decimal163164660.0100.600.3660.6142.6145.1
HexA3A442103C243d2b2d
Octal243244102107444755355
Binary1010001110100100100001010111100100100111101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A442; }

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

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

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

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

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

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

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

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