#A5A34F

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

Shades of Brass #A5A34F

Tints of Brass #A5A34F

Color information

#A5A34F (or 0xA5A34F) is unknown color: approx Brass. HEX triplet: A5, A3 and 4F. RGB value is (165,163,79). Sum of RGB (Red+Green+Blue) = 165+163+79=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 79 (31.25% from 255 or 19.41% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A34F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A34F is #5A5CB0. Grayscale: #9A9A9A. Windows color (decimal): -5921969 or 5219237. OLE color: 5219237.

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

Color convert

RGB16516379-
CMYK00.010.520.35
HSL58.6º35.25%47.84%-
HSV(B)58.6º52.12%64.71%-
XYZ30.0334.7612.52-
YUV154.0285.66135.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 163 (64.06% from 255) = 40.05%
BLUE value IS 79 (31.25% from 255) = 19.41%
R=40.54%
G=40.05%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651637900.010.520.3558.635.2547.84
HexA5A34F0134233b2330
Octal245243117016443734360
Binary1010010110100011100111101110100100011111011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A34F; }

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

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

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

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

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

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

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

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