#A1A23E

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

Shades of Brass #A1A23E

Tints of Brass #A1A23E

Color information

#A1A23E (or 0xA1A23E) is unknown color: approx Brass. HEX triplet: A1, A2 and 3E. RGB value is (161,162,62). Sum of RGB (Red+Green+Blue) = 161+162+62=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A23E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A23E is #5E5DC1. Grayscale: #969696. Windows color (decimal): -6184386 or 4104865. OLE color: 4104865.

HSL color Cylindrical-coordinate representation of color #A1A23E: hue angle of 60.6º 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 #A1A23E is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB16116262-
CMYK0.0100.620.36
HSL60.6º44.64%43.92%-
HSV(B)60.6º61.73%63.53%-
XYZ28.4933.779.57-
YUV150.378.17135.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.82%
GREEN value IS 162 (63.67% from 255) = 42.08%
BLUE value IS 62 (24.61% from 255) = 16.10%
R=41.82%
G=42.08%
B=16.10%

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
Decimal161162620.0100.620.3660.644.6443.92
HexA1A23E103E243d2d2c
Octal24124276107644755554
Binary101000011010001011111010111110100100111101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A23E; }

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

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

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

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

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

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

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

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