#A29C38

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

Shades of Highball #A29C38

Tints of Highball #A29C38

Color information

#A29C38 (or 0xA29C38) is unknown color: approx Highball. HEX triplet: A2, 9C and 38. RGB value is (162,156,56). Sum of RGB (Red+Green+Blue) = 162+156+56=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29C38 is #5D63C7. Grayscale: #929292. Windows color (decimal): -6120392 or 3710114. OLE color: 3710114.

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

Color convert

RGB16215656-
CMYK00.040.650.36
HSL56.6º48.62%42.75%-
HSV(B)56.6º65.43%63.53%-
XYZ27.531.748.42-
YUV146.3976.99139.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.32%
GREEN value IS 156 (61.33% from 255) = 41.71%
BLUE value IS 56 (22.27% from 255) = 14.97%
R=43.32%
G=41.71%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621565600.040.650.3656.648.6242.75
HexA29C3804412439312b
Octal242234700410144716153
Binary101000101001110011100001001000001100100111001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29C38; }

 p { color: rgb(162,156,56); }

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

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

 a { background-color: rgb(162,156,56); }

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

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

 span { border-color: rgb(162,156,56); }

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