#A5A844

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

Shades of Brass #A5A844

Tints of Brass #A5A844

Color information

#A5A844 (or 0xA5A844) is unknown color: approx Brass. HEX triplet: A5, A8 and 44. RGB value is (165,168,68). Sum of RGB (Red+Green+Blue) = 165+168+68=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 168 - color contains mainly: green. Hex color #A5A844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A844 is #5A57BB. Grayscale: #9C9C9C. Windows color (decimal): -5920700 or 4499621. OLE color: 4499621.

HSL color Cylindrical-coordinate representation of color #A5A844: hue angle of 61.8º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A5A844 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB16516868-
CMYK0.0200.600.34
HSL61.8º42.37%46.27%-
HSV(B)61.8º59.52%65.88%-
XYZ30.5636.4210.89-
YUV155.778.51134.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 168 (66.02% from 255) = 41.90%
BLUE value IS 68 (26.95% from 255) = 16.96%
R=41.15%
G=41.90%
B=16.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal165168680.0200.600.3461.842.3746.27
HexA5A844203C223e2a2e
Octal245250104207442765256
Binary10100101101010001000100100111100100010111110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A844; }

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

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

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

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

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

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

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

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