#A29E42

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

Shades of Brass #A29E42

Tints of Brass #A29E42

Color information

#A29E42 (or 0xA29E42) is unknown color: approx Brass. HEX triplet: A2, 9E and 42. RGB value is (162,158,66). Sum of RGB (Red+Green+Blue) = 162+158+66=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29E42 is #5D61BD. Grayscale: #959595. Windows color (decimal): -6119870 or 4365986. OLE color: 4365986.

HSL color Cylindrical-coordinate representation of color #A29E42: hue angle of 57.5º degrees, saturation: 0.42, 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 #A29E42 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB16215866-
CMYK00.020.590.36
HSL57.5º42.11%44.71%-
HSV(B)57.5º59.26%63.53%-
XYZ28.1132.539.95-
YUV148.7181.33137.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.97%
GREEN value IS 158 (62.11% from 255) = 40.93%
BLUE value IS 66 (26.17% from 255) = 17.10%
R=41.97%
G=40.93%
B=17.10%

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
Decimal1621586600.020.590.3657.542.1144.71
HexA29E42023B243a2a2d
Octal242236102027344725255
Binary10100010100111101000010010111011100100111010101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29E42; }

 p { color: rgb(162,158,66); }

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

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

 a { background-color: rgb(162,158,66); }

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

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

 span { border-color: rgb(162,158,66); }

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