#A39D21

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

Shades of Lucky #A39D21

Tints of Lucky #A39D21

Color information

#A39D21 (or 0xA39D21) is unknown color: approx Lucky. HEX triplet: A3, 9D and 21. RGB value is (163,157,33). Sum of RGB (Red+Green+Blue) = 163+157+33=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39D21 is #5C62DE. Grayscale: #919191. Windows color (decimal): -6054623 or 2203043. OLE color: 2203043.

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

Color convert

RGB16315733-
CMYK00.040.800.36
HSL57.23º66.33%38.43%-
HSV(B)57.23º79.75%63.92%-
XYZ27.4432.016.17-
YUV144.6664.99141.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.18%
GREEN value IS 157 (61.72% from 255) = 44.48%
BLUE value IS 33 (13.28% from 255) = 9.35%
R=46.18%
G=44.48%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631573300.040.800.3657.2366.3338.43
HexA39D21045024394226
Octal2432354104120447110246
Binary1010001110011101100001010010100001001001110011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39D21; }

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

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

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

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

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

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

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

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