#A39A21

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

Shades of Lucky #A39A21

Tints of Lucky #A39A21

Color information

#A39A21 (or 0xA39A21) is unknown color: approx Lucky. HEX triplet: A3, 9A and 21. RGB value is (163,154,33). Sum of RGB (Red+Green+Blue) = 163+154+33=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 33 (13.28% from 255 or 9.43% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39A21 is #5C65DE. Grayscale: #8F8F8F. Windows color (decimal): -6055391 or 2202275. OLE color: 2202275.

HSL color Cylindrical-coordinate representation of color #A39A21: hue angle of 55.85º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A39A21 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB16315433-
CMYK00.060.800.36
HSL55.85º66.33%38.43%-
HSV(B)55.85º79.75%63.92%-
XYZ26.9331.016-
YUV142.965.98142.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.57%
GREEN value IS 154 (60.55% from 255) = 44%
BLUE value IS 33 (13.28% from 255) = 9.43%
R=46.57%
G=44%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631543300.060.800.3655.8566.3338.43
HexA39A21065024384226
Octal2432324106120447010246
Binary1010001110011010100001011010100001001001110001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39A21; }

 p { color: rgb(163,154,33); }

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

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

 a { background-color: rgb(163,154,33); }

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

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

 span { border-color: rgb(163,154,33); }

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