#A5A54F

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

Shades of Brass #A5A54F

Tints of Brass #A5A54F

Color information

#A5A54F (or 0xA5A54F) is unknown color: approx Brass. HEX triplet: A5, A5 and 4F. RGB value is (165,165,79). Sum of RGB (Red+Green+Blue) = 165+165+79=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A54F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A54F is #5A5AB0. Grayscale: #9B9B9B. Windows color (decimal): -5921457 or 5219749. OLE color: 5219749.

HSL color Cylindrical-coordinate representation of color #A5A54F: hue angle of 60º 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 #A5A54F is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB16516579-
CMYK000.520.35
HSL60º35.25%47.84%-
HSV(B)60º52.12%64.71%-
XYZ30.3835.4712.64-
YUV155.285134.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.34%
GREEN value IS 165 (64.84% from 255) = 40.34%
BLUE value IS 79 (31.25% from 255) = 19.32%
R=40.34%
G=40.34%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516579000.520.356035.2547.84
HexA5A54F0034233c2330
Octal245245117006443744360
Binary1010010110100101100111100110100100011111100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A54F; }

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

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

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

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

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

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

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

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