#A3A543

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

Shades of Brass #A3A543

Tints of Brass #A3A543

Color information

#A3A543 (or 0xA3A543) is unknown color: approx Brass. HEX triplet: A3, A5 and 43. RGB value is (163,165,67). Sum of RGB (Red+Green+Blue) = 163+165+67=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 67 (26.56% from 255 or 16.96% from 395); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A543 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A543 is #5C5ABC. Grayscale: #999999. Windows color (decimal): -6052541 or 4433315. OLE color: 4433315.

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

Color convert

RGB16316567-
CMYK0.0100.590.35
HSL61.22º42.24%45.49%-
HSV(B)61.22º59.39%64.71%-
XYZ29.5735.110.53-
YUV153.2379.34134.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.27%
GREEN value IS 165 (64.84% from 255) = 41.77%
BLUE value IS 67 (26.56% from 255) = 16.96%
R=41.27%
G=41.77%
B=16.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal163165670.0100.590.3561.2242.2445.49
HexA3A543103B233d2a2d
Octal243245103107343755255
Binary1010001110100101100001110111011100011111101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A543; }

 p { color: rgb(163,165,67); }

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

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

 a { background-color: rgb(163,165,67); }

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

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

 span { border-color: rgb(163,165,67); }

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