#A39121

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

Shades of Lucky #A39121

Tints of Lucky #A39121

Color information

#A39121 (or 0xA39121) is unknown color: approx Lucky. HEX triplet: A3, 91 and 21. RGB value is (163,145,33). Sum of RGB (Red+Green+Blue) = 163+145+33=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A39121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39121 is #5C6EDE. Grayscale: #8A8A8A. Windows color (decimal): -6057695 or 2199971. OLE color: 2199971.

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

Color convert

RGB16314533-
CMYK00.110.800.36
HSL51.69º66.33%38.43%-
HSV(B)51.69º79.75%63.92%-
XYZ25.528.155.53-
YUV137.6168.96146.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.80%
GREEN value IS 145 (57.03% from 255) = 42.52%
BLUE value IS 33 (13.28% from 255) = 9.68%
R=47.80%
G=42.52%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631453300.110.800.3651.6966.3338.43
HexA391210B5024344226
Octal24322141013120446410246
Binary10100011100100011000010101110100001001001101001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39121; }

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

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

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

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

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

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

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

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