#A29D40

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

Shades of Brass #A29D40

Tints of Brass #A29D40

Color information

#A29D40 (or 0xA29D40) is unknown color: approx Brass. HEX triplet: A2, 9D and 40. RGB value is (162,157,64). Sum of RGB (Red+Green+Blue) = 162+157+64=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29D40 is #5D62BF. Grayscale: #949494. Windows color (decimal): -6120128 or 4234658. OLE color: 4234658.

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

Color convert

RGB16215764-
CMYK00.030.600.36
HSL56.94º43.36%44.31%-
HSV(B)56.94º60.49%63.53%-
XYZ27.8832.179.59-
YUV147.8980.66138.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.30%
GREEN value IS 157 (61.72% from 255) = 40.99%
BLUE value IS 64 (25.39% from 255) = 16.71%
R=42.30%
G=40.99%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621576400.030.600.3656.9443.3644.31
HexA29D40033C24392b2c
Octal242235100037444715354
Binary10100010100111011000000011111100100100111001101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D40; }

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

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

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

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

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

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

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

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