#A68F0C

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

Shades of Lucky #A68F0C

Tints of Lucky #A68F0C

Color information

#A68F0C (or 0xA68F0C) is unknown color: approx Lucky. HEX triplet: A6, 8F and 0C. RGB value is (166,143,12). Sum of RGB (Red+Green+Blue) = 166+143+12=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68F0C is #5970F3. Grayscale: #878787. Windows color (decimal): -5861620 or 823206. OLE color: 823206.

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

Color convert

RGB16614312-
CMYK00.140.930.35
HSL51.04º86.52%34.9%-
HSV(B)51.04º92.77%65.1%-
XYZ25.6127.784.36-
YUV134.9458.62150.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.71%
GREEN value IS 143 (56.25% from 255) = 44.55%
BLUE value IS 12 (5.08% from 255) = 3.74%
R=51.71%
G=44.55%
B=3.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661431200.140.930.3551.0486.5234.9
HexA68FC0E5D23335723
Octal24621714016135436312743
Binary101001101000111111000111010111011000111100111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68F0C; }

 p { color: rgb(166,143,12); }

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

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

 a { background-color: rgb(166,143,12); }

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

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

 span { border-color: rgb(166,143,12); }

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