#A39C1D

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

Shades of Lucky #A39C1D

Tints of Lucky #A39C1D

Color information

#A39C1D (or 0xA39C1D) is unknown color: approx Lucky. HEX triplet: A3, 9C and 1D. RGB value is (163,156,29). Sum of RGB (Red+Green+Blue) = 163+156+29=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39C1D is #5C63E2. Grayscale: #909090. Windows color (decimal): -6054883 or 1940643. OLE color: 1940643.

HSL color Cylindrical-coordinate representation of color #A39C1D: hue angle of 56.87º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A39C1D is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB16315629-
CMYK00.040.820.36
HSL56.87º69.79%37.65%-
HSV(B)56.87º82.21%63.92%-
XYZ27.2131.655.84-
YUV143.6163.32141.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.84%
GREEN value IS 156 (61.33% from 255) = 44.83%
BLUE value IS 29 (11.72% from 255) = 8.33%
R=46.84%
G=44.83%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631562900.040.820.3656.8769.7937.65
HexA39C1D045224394626
Octal2432343504122447110646
Binary101000111001110011101010010100101001001110011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39C1D; }

 p { color: rgb(163,156,29); }

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

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

 a { background-color: rgb(163,156,29); }

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

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

 span { border-color: rgb(163,156,29); }

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