#A29F36

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

Shades of Brass #A29F36

Tints of Brass #A29F36

Color information

#A29F36 (or 0xA29F36) is unknown color: approx Brass. HEX triplet: A2, 9F and 36. RGB value is (162,159,54). Sum of RGB (Red+Green+Blue) = 162+159+54=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29F36 is #5D60C9. Grayscale: #949494. Windows color (decimal): -6119626 or 3579810. OLE color: 3579810.

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

Color convert

RGB16215954-
CMYK00.020.670.36
HSL58.33º50%42.35%-
HSV(B)58.33º66.67%63.53%-
XYZ27.9632.748.34-
YUV147.9374.99138.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 159 (62.5% from 255) = 42.4%
BLUE value IS 54 (21.48% from 255) = 14.4%
R=43.2%
G=42.4%
B=14.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621595400.020.670.3658.335042.35
HexA29F360243243a322a
Octal242237660210344726252
Binary10100010100111111101100101000011100100111010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F36; }

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

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

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

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

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

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

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

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