#A29F40

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

Shades of Brass #A29F40

Tints of Brass #A29F40

Color information

#A29F40 (or 0xA29F40) is unknown color: approx Brass. HEX triplet: A2, 9F and 40. RGB value is (162,159,64). Sum of RGB (Red+Green+Blue) = 162+159+64=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29F40 is #5D60BF. Grayscale: #959595. Windows color (decimal): -6119616 or 4235170. OLE color: 4235170.

HSL color Cylindrical-coordinate representation of color #A29F40: hue angle of 58.16º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A29F40 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB16215964-
CMYK00.020.600.36
HSL58.16º43.36%44.31%-
HSV(B)58.16º60.49%63.53%-
XYZ28.2232.859.7-
YUV149.0779.99137.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 159 (62.5% from 255) = 41.30%
BLUE value IS 64 (25.39% from 255) = 16.62%
R=42.08%
G=41.30%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621596400.020.600.3658.1643.3644.31
HexA29F40023C243a2b2c
Octal242237100027444725354
Binary10100010100111111000000010111100100100111010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F40; }

 p { color: rgb(162,159,64); }

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

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

 a { background-color: rgb(162,159,64); }

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

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

 span { border-color: rgb(162,159,64); }

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