#A68C0D

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

Shades of Lucky #A68C0D

Tints of Lucky #A68C0D

Color information

#A68C0D (or 0xA68C0D) is unknown color: approx Lucky. HEX triplet: A6, 8C and 0D. RGB value is (166,140,13). Sum of RGB (Red+Green+Blue) = 166+140+13=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68C0D is #5973F2. Grayscale: #858585. Windows color (decimal): -5862387 or 887974. OLE color: 887974.

HSL color Cylindrical-coordinate representation of color #A68C0D: hue angle of 49.8º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A68C0D is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB16614013-
CMYK00.160.920.35
HSL49.8º85.47%35.1%-
HSV(B)49.8º92.17%65.1%-
XYZ25.1826.894.24-
YUV133.360.11151.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.04%
GREEN value IS 140 (55.08% from 255) = 43.89%
BLUE value IS 13 (5.47% from 255) = 4.08%
R=52.04%
G=43.89%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661401300.160.920.3549.885.4735.1
HexA68CD0105C23325523
Octal24621415020134436212543
Binary1010011010001100110101000010111001000111100101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68C0D; }

 p { color: rgb(166,140,13); }

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

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

 a { background-color: rgb(166,140,13); }

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

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

 span { border-color: rgb(166,140,13); }

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