#A5A43A

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

Shades of Brass #A5A43A

Tints of Brass #A5A43A

Color information

#A5A43A (or 0xA5A43A) is unknown color: approx Brass. HEX triplet: A5, A4 and 3A. RGB value is (165,164,58). Sum of RGB (Red+Green+Blue) = 165+164+58=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 58 (23.05% from 255 or 14.99% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A43A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A43A is #5A5BC5. Grayscale: #989898. Windows color (decimal): -5921734 or 3843237. OLE color: 3843237.

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

Color convert

RGB16516458-
CMYK00.010.650.35
HSL59.44º47.98%43.73%-
HSV(B)59.44º64.85%64.71%-
XYZ29.5634.869.17-
YUV152.2274.83137.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 164 (64.45% from 255) = 42.38%
BLUE value IS 58 (23.05% from 255) = 14.99%
R=42.64%
G=42.38%
B=14.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651645800.010.650.3559.4447.9843.73
HexA5A43A0141233b302c
Octal245244720110143736054
Binary1010010110100100111010011000001100011111011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A43A; }

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

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

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

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

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

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

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

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