#A29D41

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

Shades of Brass #A29D41

Tints of Brass #A29D41

Color information

#A29D41 (or 0xA29D41) is unknown color: approx Brass. HEX triplet: A2, 9D and 41. RGB value is (162,157,65). Sum of RGB (Red+Green+Blue) = 162+157+65=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29D41 is #5D62BE. Grayscale: #949494. Windows color (decimal): -6120127 or 4300194. OLE color: 4300194.

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

Color convert

RGB16215765-
CMYK00.030.600.36
HSL56.91º42.73%44.51%-
HSV(B)56.91º59.88%63.53%-
XYZ27.9132.189.74-
YUV148.0181.16137.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.19%
GREEN value IS 157 (61.72% from 255) = 40.89%
BLUE value IS 65 (25.78% from 255) = 16.93%
R=42.19%
G=40.89%
B=16.93%

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
Decimal1621576500.030.600.3656.9142.7344.51
HexA29D41033C24392b2d
Octal242235101037444715355
Binary10100010100111011000001011111100100100111001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D41; }

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

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

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

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

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

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

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

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