#A1AB45

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

Shades of Brass #A1AB45

Tints of Brass #A1AB45

Color information

#A1AB45 (or 0xA1AB45) is unknown color: approx Brass. HEX triplet: A1, AB and 45. RGB value is (161,171,69). Sum of RGB (Red+Green+Blue) = 161+171+69=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AB45 is #5E54BA. Grayscale: #9C9C9C. Windows color (decimal): -6182075 or 4565921. OLE color: 4565921.

HSL color Cylindrical-coordinate representation of color #A1AB45: hue angle of 65.88º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1AB45 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB16117169-
CMYK0.0600.600.33
HSL65.88º42.5%47.06%-
HSV(B)65.88º59.65%67.06%-
XYZ30.3437.1311.2-
YUV156.3878.69131.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.15%
GREEN value IS 171 (67.19% from 255) = 42.64%
BLUE value IS 69 (27.34% from 255) = 17.21%
R=40.15%
G=42.64%
B=17.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161171690.0600.600.3365.8842.547.06
HexA1AB45603C21422a2f
Octal2412531056074411025257
Binary1010000110101011100010111001111001000011000010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AB45; }

 p { color: rgb(161,171,69); }

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

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

 a { background-color: rgb(161,171,69); }

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

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

 span { border-color: rgb(161,171,69); }

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