#A29940

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

Shades of Highball #A29940

Tints of Highball #A29940

Color information

#A29940 (or 0xA29940) is unknown color: approx Highball. HEX triplet: A2, 99 and 40. RGB value is (162,153,64). Sum of RGB (Red+Green+Blue) = 162+153+64=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A29940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29940 is #5D66BF. Grayscale: #919191. Windows color (decimal): -6121152 or 4233634. OLE color: 4233634.

HSL color Cylindrical-coordinate representation of color #A29940: hue angle of 54.49º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A29940 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB16215364-
CMYK00.060.600.36
HSL54.49º43.36%44.31%-
HSV(B)54.49º60.49%63.53%-
XYZ27.2230.839.37-
YUV145.5481.98139.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.74%
GREEN value IS 153 (60.16% from 255) = 40.37%
BLUE value IS 64 (25.39% from 255) = 16.89%
R=42.74%
G=40.37%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621536400.060.600.3654.4943.3644.31
HexA29940063C24362b2c
Octal242231100067444665354
Binary101000101001100110000000110111100100100110110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29940; }

 p { color: rgb(162,153,64); }

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

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

 a { background-color: rgb(162,153,64); }

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

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

 span { border-color: rgb(162,153,64); }

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