#A5A334

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

Shades of Brass #A5A334

Tints of Brass #A5A334

Color information

#A5A334 (or 0xA5A334) is unknown color: approx Brass. HEX triplet: A5, A3 and 34. RGB value is (165,163,52). Sum of RGB (Red+Green+Blue) = 165+163+52=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A334 is #5A5CCB. Grayscale: #979797. Windows color (decimal): -5921996 or 3449765. OLE color: 3449765.

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

Color convert

RGB16516352-
CMYK00.010.680.35
HSL58.94º52.07%42.55%-
HSV(B)58.94º68.48%64.71%-
XYZ29.2334.448.36-
YUV150.9472.16138.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.42%
GREEN value IS 163 (64.06% from 255) = 42.89%
BLUE value IS 52 (20.70% from 255) = 13.68%
R=43.42%
G=42.89%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651635200.010.680.3558.9452.0742.55
HexA5A3340144233b342b
Octal245243640110443736453
Binary1010010110100011110100011000100100011111011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A334; }

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

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

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

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

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

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

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

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