#A29D48

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

Shades of Brass #A29D48

Tints of Brass #A29D48

Color information

#A29D48 (or 0xA29D48) is unknown color: approx Brass. HEX triplet: A2, 9D and 48. RGB value is (162,157,72). Sum of RGB (Red+Green+Blue) = 162+157+72=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29D48 is #5D62B7. Grayscale: #959595. Windows color (decimal): -6120120 or 4758946. OLE color: 4758946.

HSL color Cylindrical-coordinate representation of color #A29D48: hue angle of 56.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A29D48 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB16215772-
CMYK00.030.560.36
HSL56.67º38.46%45.88%-
HSV(B)56.67º55.56%63.53%-
XYZ28.1332.2610.88-
YUV148.884.66137.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.43%
GREEN value IS 157 (61.72% from 255) = 40.15%
BLUE value IS 72 (28.52% from 255) = 18.41%
R=41.43%
G=40.15%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621577200.030.560.3656.6738.4645.88
HexA29D4803382439262e
Octal242235110037044714656
Binary10100010100111011001000011111000100100111001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D48; }

 p { color: rgb(162,157,72); }

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

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

 a { background-color: rgb(162,157,72); }

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

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

 span { border-color: rgb(162,157,72); }

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