#A5A343

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

Shades of Brass #A5A343

Tints of Brass #A5A343

Color information

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

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

Color convert

RGB16516367-
CMYK00.010.590.35
HSL58.78º42.24%45.49%-
HSV(B)58.78º59.39%64.71%-
XYZ29.6334.610.43-
YUV152.6579.66136.81-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651636700.010.590.3558.7842.2445.49
HexA5A343013B233b2a2d
Octal245243103017343735255
Binary1010010110100011100001101111011100011111011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A343; }

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

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

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

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

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

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

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

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