#A68E22

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

Shades of Lucky #A68E22

Tints of Lucky #A68E22

Color information

#A68E22 (or 0xA68E22) is unknown color: approx Lucky. HEX triplet: A6, 8E and 22. RGB value is (166,142,34). Sum of RGB (Red+Green+Blue) = 166+142+34=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 142 (55.86% from 255 or 41.52% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68E22 is #5971DD. Grayscale: #898989. Windows color (decimal): -5861854 or 2264742. OLE color: 2264742.

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

Color convert

RGB16614234-
CMYK00.140.800.35
HSL49.09º66%39.22%-
HSV(B)49.09º79.52%65.1%-
XYZ25.6927.575.48-
YUV136.8669.95148.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.54%
GREEN value IS 142 (55.86% from 255) = 41.52%
BLUE value IS 34 (13.67% from 255) = 9.94%
R=48.54%
G=41.52%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661423400.140.800.3549.096639.22
HexA68E220E5023314227
Octal24621642016120436110247
Binary10100110100011101000100111010100001000111100011000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68E22; }

 p { color: rgb(166,142,34); }

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

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

 a { background-color: rgb(166,142,34); }

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

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

 span { border-color: rgb(166,142,34); }

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