#A1A33A

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

Shades of Brass #A1A33A

Tints of Brass #A1A33A

Color information

#A1A33A (or 0xA1A33A) is unknown color: approx Brass. HEX triplet: A1, A3 and 3A. RGB value is (161,163,58). Sum of RGB (Red+Green+Blue) = 161+163+58=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A33A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A33A is #5E5CC5. Grayscale: #969696. Windows color (decimal): -6184134 or 3842977. OLE color: 3842977.

HSL color Cylindrical-coordinate representation of color #A1A33A: hue angle of 61.14º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1A33A is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB16116358-
CMYK0.0100.640.36
HSL61.14º47.51%43.33%-
HSV(B)61.14º64.42%63.92%-
XYZ28.5634.089.08-
YUV150.4375.84135.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.15%
GREEN value IS 163 (64.06% from 255) = 42.67%
BLUE value IS 58 (23.05% from 255) = 15.18%
R=42.15%
G=42.67%
B=15.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161163580.0100.640.3661.1447.5143.33
HexA1A33A1040243d302b
Octal241243721010044756053
Binary1010000110100011111010101000000100100111101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A33A; }

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

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

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

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

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

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

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

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