#A38E1B

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

Shades of Lucky #A38E1B

Tints of Lucky #A38E1B

Color information

#A38E1B (or 0xA38E1B) is unknown color: approx Lucky. HEX triplet: A3, 8E and 1B. RGB value is (163,142,27). Sum of RGB (Red+Green+Blue) = 163+142+27=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 142 (55.86% from 255 or 42.77% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38E1B is #5C71E4. Grayscale: #878787. Windows color (decimal): -6058469 or 1805987. OLE color: 1805987.

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

Color convert

RGB16314227-
CMYK00.130.830.36
HSL50.74º71.58%37.25%-
HSV(B)50.74º83.44%63.92%-
XYZ24.9827.214.97-
YUV135.1766.96147.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.10%
GREEN value IS 142 (55.86% from 255) = 42.77%
BLUE value IS 27 (10.94% from 255) = 8.13%
R=49.10%
G=42.77%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631422700.130.830.3650.7471.5837.25
HexA38E1B0D5324334825
Octal24321633015123446311045
Binary1010001110001110110110110110100111001001100111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38E1B; }

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

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

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

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

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

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

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

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