#A5A43F

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

Shades of Brass #A5A43F

Tints of Brass #A5A43F

Color information

#A5A43F (or 0xA5A43F) is unknown color: approx Brass. HEX triplet: A5, A4 and 3F. RGB value is (165,164,63). Sum of RGB (Red+Green+Blue) = 165+164+63=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A43F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A43F is #5A5BC0. Grayscale: #999999. Windows color (decimal): -5921729 or 4170917. OLE color: 4170917.

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

Color convert

RGB16516463-
CMYK00.010.620.35
HSL59.41º44.74%44.71%-
HSV(B)59.41º61.82%64.71%-
XYZ29.6934.919.88-
YUV152.7877.33136.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.09%
GREEN value IS 164 (64.45% from 255) = 41.84%
BLUE value IS 63 (25% from 255) = 16.07%
R=42.09%
G=41.84%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651646300.010.620.3559.4144.7444.71
HexA5A43F013E233b2d2d
Octal24524477017643735555
Binary101001011010010011111101111110100011111011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A43F; }

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

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

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

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

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

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

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

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