#A1A935

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

Shades of Brass #A1A935

Tints of Brass #A1A935

Color information

#A1A935 (or 0xA1A935) is unknown color: approx Brass. HEX triplet: A1, A9 and 35. RGB value is (161,169,53). Sum of RGB (Red+Green+Blue) = 161+169+53=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 53 (21.09% from 255 or 13.84% from 383); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A935 is #5E56CA. Grayscale: #999999. Windows color (decimal): -6182603 or 3516833. OLE color: 3516833.

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

Color convert

RGB16116953-
CMYK0.0500.690.34
HSL64.14º52.25%43.53%-
HSV(B)64.14º68.64%66.27%-
XYZ29.5336.218.8-
YUV153.3871.35133.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.04%
GREEN value IS 169 (66.41% from 255) = 44.13%
BLUE value IS 53 (21.09% from 255) = 13.84%
R=42.04%
G=44.13%
B=13.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal161169530.0500.690.3464.1452.2543.53
HexA1A93550452240342c
Octal2412516550105421006454
Binary1010000110101001110101101010001011000101000000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A935; }

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

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

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

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

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

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

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

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