#A1AD3F

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

Shades of Brass #A1AD3F

Tints of Brass #A1AD3F

Color information

#A1AD3F (or 0xA1AD3F) is unknown color: approx Brass. HEX triplet: A1, AD and 3F. RGB value is (161,173,63). Sum of RGB (Red+Green+Blue) = 161+173+63=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AD3F is #5E52C0. Grayscale: #9D9D9D. Windows color (decimal): -6181569 or 4173217. OLE color: 4173217.

HSL color Cylindrical-coordinate representation of color #A1AD3F: hue angle of 66.55º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1AD3F is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB16117363-
CMYK0.0700.640.32
HSL66.55º46.61%46.27%-
HSV(B)66.55º63.58%67.84%-
XYZ30.5437.8210.39-
YUV156.8775.02130.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 173 (67.97% from 255) = 43.58%
BLUE value IS 63 (25% from 255) = 15.87%
R=40.55%
G=43.58%
B=15.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161173630.0700.640.3266.5546.6146.27
HexA1AD3F704020432f2e
Octal2412557770100401035756
Binary1010000110101101111111111010000001000001000011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AD3F; }

 p { color: rgb(161,173,63); }

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

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

 a { background-color: rgb(161,173,63); }

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

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

 span { border-color: rgb(161,173,63); }

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