#A1A943

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

Shades of Brass #A1A943

Tints of Brass #A1A943

Color information

#A1A943 (or 0xA1A943) is unknown color: approx Brass. HEX triplet: A1, A9 and 43. RGB value is (161,169,67). Sum of RGB (Red+Green+Blue) = 161+169+67=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 67 (26.56% from 255 or 16.88% from 397); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A943 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A943 is #5E56BC. Grayscale: #9B9B9B. Windows color (decimal): -6182589 or 4434337. OLE color: 4434337.

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

Color convert

RGB16116967-
CMYK0.0500.600.34
HSL64.71º43.22%46.27%-
HSV(B)64.71º60.36%66.27%-
XYZ29.936.3610.75-
YUV154.9878.35132.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 169 (66.41% from 255) = 42.57%
BLUE value IS 67 (26.56% from 255) = 16.88%
R=40.55%
G=42.57%
B=16.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal161169670.0500.600.3464.7143.2246.27
HexA1A943503C22412b2e
Octal2412511035074421015356
Binary1010000110101001100001110101111001000101000001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A943; }

 p { color: rgb(161,169,67); }

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

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

 a { background-color: rgb(161,169,67); }

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

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

 span { border-color: rgb(161,169,67); }

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