#A1AA39

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

Shades of Brass #A1AA39

Tints of Brass #A1AA39

Color information

#A1AA39 (or 0xA1AA39) is unknown color: approx Brass. HEX triplet: A1, AA and 39. RGB value is (161,170,57). Sum of RGB (Red+Green+Blue) = 161+170+57=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 57 (22.66% from 255 or 14.69% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AA39 is #5E55C6. Grayscale: #9A9A9A. Windows color (decimal): -6182343 or 3779233. OLE color: 3779233.

HSL color Cylindrical-coordinate representation of color #A1AA39: hue angle of 64.78º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1AA39 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB16117057-
CMYK0.0500.660.33
HSL64.78º49.78%44.51%-
HSV(B)64.78º66.47%66.67%-
XYZ29.8136.629.37-
YUV154.4373.02132.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.49%
GREEN value IS 170 (66.80% from 255) = 43.81%
BLUE value IS 57 (22.66% from 255) = 14.69%
R=41.49%
G=43.81%
B=14.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161170570.0500.660.3364.7849.7844.51
HexA1AA3950422141322d
Octal2412527150102411016255
Binary1010000110101010111001101010000101000011000001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AA39; }

 p { color: rgb(161,170,57); }

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

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

 a { background-color: rgb(161,170,57); }

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

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

 span { border-color: rgb(161,170,57); }

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