#A29B43

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

Shades of Brass #A29B43

Tints of Brass #A29B43

Color information

#A29B43 (or 0xA29B43) is unknown color: approx Brass. HEX triplet: A2, 9B and 43. RGB value is (162,155,67). Sum of RGB (Red+Green+Blue) = 162+155+67=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 67 (26.56% from 255 or 17.45% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29B43 is #5D64BC. Grayscale: #939393. Windows color (decimal): -6120637 or 4430754. OLE color: 4430754.

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

Color convert

RGB16215567-
CMYK00.040.590.36
HSL55.58º41.48%44.9%-
HSV(B)55.58º58.64%63.53%-
XYZ27.6331.539.94-
YUV147.0682.82138.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.19%
GREEN value IS 155 (60.94% from 255) = 40.36%
BLUE value IS 67 (26.56% from 255) = 17.45%
R=42.19%
G=40.36%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621556700.040.590.3655.5841.4844.9
HexA29B43043B2438292d
Octal242233103047344705155
Binary101000101001101110000110100111011100100111000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B43; }

 p { color: rgb(162,155,67); }

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

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

 a { background-color: rgb(162,155,67); }

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

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

 span { border-color: rgb(162,155,67); }

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