#A38E0E

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

Shades of Lucky #A38E0E

Tints of Lucky #A38E0E

Color information

#A38E0E (or 0xA38E0E) is unknown color: approx Lucky. HEX triplet: A3, 8E and 0E. RGB value is (163,142,14). Sum of RGB (Red+Green+Blue) = 163+142+14=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 142 (55.86% from 255 or 44.51% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38E0E is #5C71F1. Grayscale: #868686. Windows color (decimal): -6058482 or 954019. OLE color: 954019.

HSL color Cylindrical-coordinate representation of color #A38E0E: hue angle of 51.54º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A38E0E is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB16314214-
CMYK00.130.910.36
HSL51.54º84.18%34.71%-
HSV(B)51.54º91.41%63.92%-
XYZ24.8627.164.35-
YUV133.6960.46148.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.10%
GREEN value IS 142 (55.86% from 255) = 44.51%
BLUE value IS 14 (5.86% from 255) = 4.39%
R=51.10%
G=44.51%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631421400.130.910.3651.5484.1834.71
HexA38EE0D5B24345423
Octal24321616015133446412443
Binary101000111000111011100110110110111001001101001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38E0E; }

 p { color: rgb(163,142,14); }

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

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

 a { background-color: rgb(163,142,14); }

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

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

 span { border-color: rgb(163,142,14); }

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