#A5AB46

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

Shades of Brass #A5AB46

Tints of Brass #A5AB46

Color information

#A5AB46 (or 0xA5AB46) is unknown color: approx Brass. HEX triplet: A5, AB and 46. RGB value is (165,171,70). Sum of RGB (Red+Green+Blue) = 165+171+70=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AB46 is #5A54B9. Grayscale: #9E9E9E. Windows color (decimal): -5919930 or 4631461. OLE color: 4631461.

HSL color Cylindrical-coordinate representation of color #A5AB46: hue angle of 63.56º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5AB46 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB16517170-
CMYK0.0400.590.33
HSL63.56º41.91%47.25%-
HSV(B)63.56º59.06%67.06%-
XYZ31.1937.5711.4-
YUV157.6978.51133.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.64%
GREEN value IS 171 (67.19% from 255) = 42.12%
BLUE value IS 70 (27.73% from 255) = 17.24%
R=40.64%
G=42.12%
B=17.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165171700.0400.590.3363.5641.9147.25
HexA5AB46403B21402a2f
Octal2452531064073411005257
Binary1010010110101011100011010001110111000011000000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AB46; }

 p { color: rgb(165,171,70); }

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

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

 a { background-color: rgb(165,171,70); }

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

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

 span { border-color: rgb(165,171,70); }

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