#A1A33E

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

Shades of Brass #A1A33E

Tints of Brass #A1A33E

Color information

#A1A33E (or 0xA1A33E) is unknown color: approx Brass. HEX triplet: A1, A3 and 3E. RGB value is (161,163,62). Sum of RGB (Red+Green+Blue) = 161+163+62=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A33E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A33E is #5E5CC1. Grayscale: #979797. Windows color (decimal): -6184130 or 4105121. OLE color: 4105121.

HSL color Cylindrical-coordinate representation of color #A1A33E: hue angle of 61.19º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1A33E is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB16116362-
CMYK0.0100.620.36
HSL61.19º44.89%44.12%-
HSV(B)61.19º61.96%63.92%-
XYZ28.6634.129.63-
YUV150.8977.84135.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.71%
GREEN value IS 163 (64.06% from 255) = 42.23%
BLUE value IS 62 (24.61% from 255) = 16.06%
R=41.71%
G=42.23%
B=16.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161163620.0100.620.3661.1944.8944.12
HexA1A33E103E243d2d2c
Octal24124376107644755554
Binary101000011010001111111010111110100100111101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A33E; }

 p { color: rgb(161,163,62); }

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

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

 a { background-color: rgb(161,163,62); }

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

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

 span { border-color: rgb(161,163,62); }

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