#A1A633

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

Shades of Brass #A1A633

Tints of Brass #A1A633

Color information

#A1A633 (or 0xA1A633) is unknown color: approx Brass. HEX triplet: A1, A6 and 33. RGB value is (161,166,51). Sum of RGB (Red+Green+Blue) = 161+166+51=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A633 is #5E59CC. Grayscale: #979797. Windows color (decimal): -6183373 or 3384993. OLE color: 3384993.

HSL color Cylindrical-coordinate representation of color #A1A633: hue angle of 62.61º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1A633 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB16116651-
CMYK0.0300.690.35
HSL62.61º53%42.55%-
HSV(B)62.61º69.28%65.1%-
XYZ28.9335.098.38-
YUV151.3971.34134.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.59%
GREEN value IS 166 (65.23% from 255) = 43.92%
BLUE value IS 51 (20.31% from 255) = 13.49%
R=42.59%
G=43.92%
B=13.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161166510.0300.690.3562.615342.55
HexA1A6333045233f352b
Octal241246633010543776553
Binary10100001101001101100111101000101100011111111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A633; }

 p { color: rgb(161,166,51); }

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

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

 a { background-color: rgb(161,166,51); }

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

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

 span { border-color: rgb(161,166,51); }

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