#A68F0F

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

Shades of Lucky #A68F0F

Tints of Lucky #A68F0F

Color information

#A68F0F (or 0xA68F0F) is unknown color: approx Lucky. HEX triplet: A6, 8F and 0F. RGB value is (166,143,15). Sum of RGB (Red+Green+Blue) = 166+143+15=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68F0F is #5970F0. Grayscale: #878787. Windows color (decimal): -5861617 or 1019814. OLE color: 1019814.

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

Color convert

RGB16614315-
CMYK00.140.910.35
HSL50.86º83.43%35.49%-
HSV(B)50.86º90.96%65.1%-
XYZ25.6327.794.46-
YUV135.2860.12149.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.23%
GREEN value IS 143 (56.25% from 255) = 44.14%
BLUE value IS 15 (6.25% from 255) = 4.63%
R=51.23%
G=44.14%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661431500.140.910.3550.8683.4335.49
HexA68FF0E5B23335323
Octal24621717016133436312343
Binary101001101000111111110111010110111000111100111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68F0F; }

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

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

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

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

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

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

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

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