#A1AB34

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

Shades of Brass #A1AB34

Tints of Brass #A1AB34

Color information

#A1AB34 (or 0xA1AB34) is unknown color: approx Brass. HEX triplet: A1, AB and 34. RGB value is (161,171,52). Sum of RGB (Red+Green+Blue) = 161+171+52=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AB34 is #5E54CB. Grayscale: #9A9A9A. Windows color (decimal): -6182092 or 3451809. OLE color: 3451809.

HSL color Cylindrical-coordinate representation of color #A1AB34: hue angle of 65.04º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1AB34 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB16117152-
CMYK0.0600.700.33
HSL65.04º53.36%43.73%-
HSV(B)65.04º69.59%67.06%-
XYZ29.8836.958.81-
YUV154.4470.19132.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.93%
GREEN value IS 171 (67.19% from 255) = 44.53%
BLUE value IS 52 (20.70% from 255) = 13.54%
R=41.93%
G=44.53%
B=13.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161171520.0600.700.3365.0453.3643.73
HexA1AB3460462141352c
Octal2412536460106411016554
Binary1010000110101011110100110010001101000011000001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AB34; }

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

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

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

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

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

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

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

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