#A1A641

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

Shades of Brass #A1A641

Tints of Brass #A1A641

Color information

#A1A641 (or 0xA1A641) is unknown color: approx Brass. HEX triplet: A1, A6 and 41. RGB value is (161,166,65). Sum of RGB (Red+Green+Blue) = 161+166+65=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A641 is #5E59BE. Grayscale: #999999. Windows color (decimal): -6183359 or 4302497. OLE color: 4302497.

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

Color convert

RGB16116665-
CMYK0.0300.610.35
HSL62.97º43.72%45.29%-
HSV(B)62.97º60.84%65.1%-
XYZ29.2935.2310.26-
YUV152.9978.34133.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.07%
GREEN value IS 166 (65.23% from 255) = 42.35%
BLUE value IS 65 (25.78% from 255) = 16.58%
R=41.07%
G=42.35%
B=16.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161166650.0300.610.3562.9743.7245.29
HexA1A641303D233f2c2d
Octal241246101307543775455
Binary10100001101001101000001110111101100011111111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A641; }

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

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

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

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

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

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

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

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