#A29F43

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

Shades of Brass #A29F43

Tints of Brass #A29F43

Color information

#A29F43 (or 0xA29F43) is unknown color: approx Brass. HEX triplet: A2, 9F and 43. RGB value is (162,159,67). Sum of RGB (Red+Green+Blue) = 162+159+67=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 67 (26.56% from 255 or 17.27% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29F43 is #5D60BC. Grayscale: #959595. Windows color (decimal): -6119613 or 4431778. OLE color: 4431778.

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

Color convert

RGB16215967-
CMYK00.020.590.36
HSL58.11º41.48%44.9%-
HSV(B)58.11º58.64%63.53%-
XYZ28.3132.8810.17-
YUV149.4181.49136.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.75%
GREEN value IS 159 (62.5% from 255) = 40.98%
BLUE value IS 67 (26.56% from 255) = 17.27%
R=41.75%
G=40.98%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621596700.020.590.3658.1141.4844.9
HexA29F43023B243a292d
Octal242237103027344725155
Binary10100010100111111000011010111011100100111010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F43; }

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

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

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

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

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

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

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

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