#A1A844

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

Shades of Brass #A1A844

Tints of Brass #A1A844

Color information

#A1A844 (or 0xA1A844) is unknown color: approx Brass. HEX triplet: A1, A8 and 44. RGB value is (161,168,68). Sum of RGB (Red+Green+Blue) = 161+168+68=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A844 is #5E57BB. Grayscale: #9A9A9A. Windows color (decimal): -6182844 or 4499617. OLE color: 4499617.

HSL color Cylindrical-coordinate representation of color #A1A844: hue angle of 64.2º 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 #A1A844 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB16116868-
CMYK0.0400.600.34
HSL64.2º42.37%46.27%-
HSV(B)64.2º59.52%65.88%-
XYZ29.743610.85-
YUV154.5179.18132.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 168 (66.02% from 255) = 42.32%
BLUE value IS 68 (26.95% from 255) = 17.13%
R=40.55%
G=42.32%
B=17.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal161168680.0400.600.3464.242.3746.27
HexA1A844403C22402a2e
Octal2412501044074421005256
Binary1010000110101000100010010001111001000101000000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A844; }

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

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

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

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

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

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

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

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