#A38E1A

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

Shades of Lucky #A38E1A

Tints of Lucky #A38E1A

Color information

#A38E1A (or 0xA38E1A) is unknown color: approx Lucky. HEX triplet: A3, 8E and 1A. RGB value is (163,142,26). Sum of RGB (Red+Green+Blue) = 163+142+26=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 142 (55.86% from 255 or 42.90% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38E1A is #5C71E5. Grayscale: #878787. Windows color (decimal): -6058470 or 1740451. OLE color: 1740451.

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

Color convert

RGB16314226-
CMYK00.130.840.36
HSL50.8º72.49%37.06%-
HSV(B)50.8º84.05%63.92%-
XYZ24.9627.214.91-
YUV135.0666.46147.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.24%
GREEN value IS 142 (55.86% from 255) = 42.90%
BLUE value IS 26 (10.55% from 255) = 7.85%
R=49.24%
G=42.90%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631422600.130.840.3650.872.4937.06
HexA38E1A0D5424334825
Octal24321632015124446311045
Binary1010001110001110110100110110101001001001100111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38E1A; }

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

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

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

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

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

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

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

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