#A5AB3F

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

Shades of Brass #A5AB3F

Tints of Brass #A5AB3F

Color information

#A5AB3F (or 0xA5AB3F) is unknown color: approx Brass. HEX triplet: A5, AB and 3F. RGB value is (165,171,63). Sum of RGB (Red+Green+Blue) = 165+171+63=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AB3F is #5A54C0. Grayscale: #9D9D9D. Windows color (decimal): -5919937 or 4172709. OLE color: 4172709.

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

Color convert

RGB16517163-
CMYK0.0400.630.33
HSL63.33º46.15%45.88%-
HSV(B)63.33º63.16%67.06%-
XYZ30.9837.4810.31-
YUV156.8975.01133.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.35%
GREEN value IS 171 (67.19% from 255) = 42.86%
BLUE value IS 63 (25% from 255) = 15.79%
R=41.35%
G=42.86%
B=15.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165171630.0400.630.3363.3346.1545.88
HexA5AB3F403F213f2e2e
Octal24525377407741775656
Binary10100101101010111111111000111111100001111111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AB3F; }

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

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

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

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

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

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

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

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