#A29F34

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

Shades of Brass #A29F34

Tints of Brass #A29F34

Color information

#A29F34 (or 0xA29F34) is unknown color: approx Brass. HEX triplet: A2, 9F and 34. RGB value is (162,159,52). Sum of RGB (Red+Green+Blue) = 162+159+52=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29F34 is #5D60CB. Grayscale: #949494. Windows color (decimal): -6119628 or 3448738. OLE color: 3448738.

HSL color Cylindrical-coordinate representation of color #A29F34: hue angle of 58.36º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A29F34 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB16215952-
CMYK00.020.680.36
HSL58.36º51.4%41.96%-
HSV(B)58.36º67.9%63.53%-
XYZ27.9232.738.09-
YUV147.773.99138.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.43%
GREEN value IS 159 (62.5% from 255) = 42.63%
BLUE value IS 52 (20.70% from 255) = 13.94%
R=43.43%
G=42.63%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621595200.020.680.3658.3651.441.96
HexA29F340244243a332a
Octal242237640210444726352
Binary10100010100111111101000101000100100100111010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F34; }

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

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

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

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

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

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

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

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