#A1AA42

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

Shades of Brass #A1AA42

Tints of Brass #A1AA42

Color information

#A1AA42 (or 0xA1AA42) is unknown color: approx Brass. HEX triplet: A1, AA and 42. RGB value is (161,170,66). Sum of RGB (Red+Green+Blue) = 161+170+66=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AA42 is #5E55BD. Grayscale: #9B9B9B. Windows color (decimal): -6182334 or 4369057. OLE color: 4369057.

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

Color convert

RGB16117066-
CMYK0.0500.610.33
HSL65.19º44.07%46.27%-
HSV(B)65.19º61.18%66.67%-
XYZ30.0636.7210.66-
YUV155.4577.52131.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 170 (66.80% from 255) = 42.82%
BLUE value IS 66 (26.17% from 255) = 16.62%
R=40.55%
G=42.82%
B=16.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161170660.0500.610.3365.1944.0746.27
HexA1AA42503D21412c2e
Octal2412521025075411015456
Binary1010000110101010100001010101111011000011000001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AA42; }

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

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

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

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

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

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

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

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