#A89C0D

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

Shades of Lucky #A89C0D

Tints of Lucky #A89C0D

Color information

#A89C0D (or 0xA89C0D) is unknown color: approx Lucky. HEX triplet: A8, 9C and 0D. RGB value is (168,156,13). Sum of RGB (Red+Green+Blue) = 168+156+13=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 156 (61.33% from 255 or 46.29% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89C0D is #5763F2. Grayscale: #8F8F8F. Windows color (decimal): -5727219 or 892072. OLE color: 892072.

HSL color Cylindrical-coordinate representation of color #A89C0D: hue angle of 55.35º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A89C0D is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB16815613-
CMYK00.070.920.34
HSL55.35º85.64%35.49%-
HSV(B)55.35º92.26%65.88%-
XYZ28.1132.135.1-
YUV143.2954.48145.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.85%
GREEN value IS 156 (61.33% from 255) = 46.29%
BLUE value IS 13 (5.47% from 255) = 3.86%
R=49.85%
G=46.29%
B=3.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681561300.070.920.3455.3585.6435.49
HexA89CD075C22375623
Octal2502341507134426712643
Binary10101000100111001101011110111001000101101111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89C0D; }

 p { color: rgb(168,156,13); }

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

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

 a { background-color: rgb(168,156,13); }

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

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

 span { border-color: rgb(168,156,13); }

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