#A29D39

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

Shades of Highball #A29D39

Tints of Highball #A29D39

Color information

#A29D39 (or 0xA29D39) is unknown color: approx Highball. HEX triplet: A2, 9D and 39. RGB value is (162,157,57). Sum of RGB (Red+Green+Blue) = 162+157+57=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 57 (22.66% from 255 or 15.16% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29D39 is #5D62C6. Grayscale: #939393. Windows color (decimal): -6120135 or 3775906. OLE color: 3775906.

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

Color convert

RGB16215757-
CMYK00.030.650.36
HSL57.14º47.95%42.94%-
HSV(B)57.14º64.81%63.53%-
XYZ27.732.098.61-
YUV147.0977.16138.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.09%
GREEN value IS 157 (61.72% from 255) = 41.76%
BLUE value IS 57 (22.66% from 255) = 15.16%
R=43.09%
G=41.76%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621575700.030.650.3657.1447.9542.94
HexA29D3903412439302b
Octal242235710310144716053
Binary10100010100111011110010111000001100100111001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D39; }

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

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

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

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

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

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

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

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