#A5A644

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

Shades of Brass #A5A644

Tints of Brass #A5A644

Color information

#A5A644 (or 0xA5A644) is unknown color: approx Brass. HEX triplet: A5, A6 and 44. RGB value is (165,166,68). Sum of RGB (Red+Green+Blue) = 165+166+68=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A644 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A644 is #5A59BB. Grayscale: #9A9A9A. Windows color (decimal): -5921212 or 4499109. OLE color: 4499109.

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

Color convert

RGB16516668-
CMYK0.0100.590.35
HSL60.61º41.88%45.88%-
HSV(B)60.61º59.04%65.1%-
XYZ30.235.6910.77-
YUV154.5379.17135.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.35%
GREEN value IS 166 (65.23% from 255) = 41.60%
BLUE value IS 68 (26.95% from 255) = 17.04%
R=41.35%
G=41.60%
B=17.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165166680.0100.590.3560.6141.8845.88
HexA5A644103B233d2a2e
Octal245246104107343755256
Binary1010010110100110100010010111011100011111101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A644; }

 p { color: rgb(165,166,68); }

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

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

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

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

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

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

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