#A1AA35

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

Shades of Brass #A1AA35

Tints of Brass #A1AA35

Color information

#A1AA35 (or 0xA1AA35) is unknown color: approx Brass. HEX triplet: A1, AA and 35. RGB value is (161,170,53). Sum of RGB (Red+Green+Blue) = 161+170+53=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AA35 is #5E55CA. Grayscale: #9A9A9A. Windows color (decimal): -6182347 or 3517089. OLE color: 3517089.

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

Color convert

RGB16117053-
CMYK0.0500.690.33
HSL64.62º52.47%43.73%-
HSV(B)64.62º68.82%66.67%-
XYZ29.7236.588.86-
YUV153.9771.02133.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.93%
GREEN value IS 170 (66.80% from 255) = 44.27%
BLUE value IS 53 (21.09% from 255) = 13.80%
R=41.93%
G=44.27%
B=13.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161170530.0500.690.3364.6252.4743.73
HexA1AA3550452141342c
Octal2412526550105411016454
Binary1010000110101010110101101010001011000011000001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AA35; }

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

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

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

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

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

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

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

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