#A29F38

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

Shades of Brass #A29F38

Tints of Brass #A29F38

Color information

#A29F38 (or 0xA29F38) is unknown color: approx Brass. HEX triplet: A2, 9F and 38. RGB value is (162,159,56). Sum of RGB (Red+Green+Blue) = 162+159+56=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29F38 is #5D60C7. Grayscale: #949494. Windows color (decimal): -6119624 or 3710882. OLE color: 3710882.

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

Color convert

RGB16215956-
CMYK00.020.650.36
HSL58.3º48.62%42.75%-
HSV(B)58.3º65.43%63.53%-
XYZ28.0132.768.59-
YUV148.1575.99137.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 159 (62.5% from 255) = 42.18%
BLUE value IS 56 (22.27% from 255) = 14.85%
R=42.97%
G=42.18%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621595600.020.650.3658.348.6242.75
HexA29F380241243a312b
Octal242237700210144726153
Binary10100010100111111110000101000001100100111010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F38; }

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

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

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

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

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

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

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

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