#A68D1D

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

Shades of Lucky #A68D1D

Tints of Lucky #A68D1D

Color information

#A68D1D (or 0xA68D1D) is unknown color: approx Lucky. HEX triplet: A6, 8D and 1D. RGB value is (166,141,29). Sum of RGB (Red+Green+Blue) = 166+141+29=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68D1D is #5972E2. Grayscale: #888888. Windows color (decimal): -5862115 or 1936806. OLE color: 1936806.

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

Color convert

RGB16614129-
CMYK00.150.830.35
HSL49.05º70.26%38.24%-
HSV(B)49.05º82.53%65.1%-
XYZ25.4727.255.08-
YUV135.7167.78149.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.40%
GREEN value IS 141 (55.47% from 255) = 41.96%
BLUE value IS 29 (11.72% from 255) = 8.63%
R=49.40%
G=41.96%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661412900.150.830.3549.0570.2638.24
HexA68D1D0F5323314626
Octal24621535017123436110646
Binary1010011010001101111010111110100111000111100011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68D1D; }

 p { color: rgb(166,141,29); }

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

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

 a { background-color: rgb(166,141,29); }

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

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

 span { border-color: rgb(166,141,29); }

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