#A29F4B

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

Shades of Brass #A29F4B

Tints of Brass #A29F4B

Color information

#A29F4B (or 0xA29F4B) is unknown color: approx Brass. HEX triplet: A2, 9F and 4B. RGB value is (162,159,75). Sum of RGB (Red+Green+Blue) = 162+159+75=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29F4B is #5D60B4. Grayscale: #969696. Windows color (decimal): -6119605 or 4956066. OLE color: 4956066.

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

Color convert

RGB16215975-
CMYK00.020.540.36
HSL57.93º36.71%46.47%-
HSV(B)57.93º53.7%63.53%-
XYZ28.5732.9911.52-
YUV150.3285.49136.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.91%
GREEN value IS 159 (62.5% from 255) = 40.15%
BLUE value IS 75 (29.69% from 255) = 18.94%
R=40.91%
G=40.15%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621597500.020.540.3657.9336.7146.47
HexA29F4B0236243a252e
Octal242237113026644724556
Binary10100010100111111001011010110110100100111010100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F4B; }

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

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

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

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

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

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

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

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