#A29F4C

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

Shades of Brass #A29F4C

Tints of Brass #A29F4C

Color information

#A29F4C (or 0xA29F4C) is unknown color: approx Brass. HEX triplet: A2, 9F and 4C. RGB value is (162,159,76). Sum of RGB (Red+Green+Blue) = 162+159+76=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29F4C is #5D60B3. Grayscale: #969696. Windows color (decimal): -6119604 or 5021602. OLE color: 5021602.

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

Color convert

RGB16215976-
CMYK00.020.530.36
HSL57.91º36.13%46.67%-
HSV(B)57.91º53.09%63.53%-
XYZ28.63311.7-
YUV150.4385.99136.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.81%
GREEN value IS 159 (62.5% from 255) = 40.05%
BLUE value IS 76 (30.08% from 255) = 19.14%
R=40.81%
G=40.05%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621597600.020.530.3657.9136.1346.67
HexA29F4C0235243a242f
Octal242237114026544724457
Binary10100010100111111001100010110101100100111010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F4C; }

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

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

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

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

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

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

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

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