#A29F3D

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

Shades of Brass #A29F3D

Tints of Brass #A29F3D

Color information

#A29F3D (or 0xA29F3D) is unknown color: approx Brass. HEX triplet: A2, 9F and 3D. RGB value is (162,159,61). Sum of RGB (Red+Green+Blue) = 162+159+61=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29F3D is #5D60C2. Grayscale: #959595. Windows color (decimal): -6119619 or 4038562. OLE color: 4038562.

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

Color convert

RGB16215961-
CMYK00.020.620.36
HSL58.22º45.29%43.73%-
HSV(B)58.22º62.35%63.53%-
XYZ28.1432.819.27-
YUV148.7278.49137.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.41%
GREEN value IS 159 (62.5% from 255) = 41.62%
BLUE value IS 61 (24.22% from 255) = 15.97%
R=42.41%
G=41.62%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621596100.020.620.3658.2245.2943.73
HexA29F3D023E243a2d2c
Octal24223775027644725554
Binary1010001010011111111101010111110100100111010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F3D; }

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

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

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

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

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

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

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

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