#A1A83A

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

Shades of Brass #A1A83A

Tints of Brass #A1A83A

Color information

#A1A83A (or 0xA1A83A) is unknown color: approx Brass. HEX triplet: A1, A8 and 3A. RGB value is (161,168,58). Sum of RGB (Red+Green+Blue) = 161+168+58=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 58 (23.05% from 255 or 14.99% from 387); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A83A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A83A is #5E57C5. Grayscale: #999999. Windows color (decimal): -6182854 or 3844257. OLE color: 3844257.

HSL color Cylindrical-coordinate representation of color #A1A83A: hue angle of 63.82º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1A83A is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB16116858-
CMYK0.0400.650.34
HSL63.82º48.67%44.31%-
HSV(B)63.82º65.48%65.88%-
XYZ29.4635.899.38-
YUV153.3774.18133.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.60%
GREEN value IS 168 (66.02% from 255) = 43.41%
BLUE value IS 58 (23.05% from 255) = 14.99%
R=41.60%
G=43.41%
B=14.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal161168580.0400.650.3463.8248.6744.31
HexA1A83A40412240312c
Octal2412507240101421006154
Binary1010000110101000111010100010000011000101000000110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A83A; }

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

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

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

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

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

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

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

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