#A58E10

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

Shades of Lucky #A58E10

Tints of Lucky #A58E10

Color information

#A58E10 (or 0xA58E10) is unknown color: approx Lucky. HEX triplet: A5, 8E and 10. RGB value is (165,142,16). Sum of RGB (Red+Green+Blue) = 165+142+16=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58E10 is #5A71EF. Grayscale: #878787. Windows color (decimal): -5927408 or 1085093. OLE color: 1085093.

HSL color Cylindrical-coordinate representation of color #A58E10: hue angle of 50.74º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A58E10 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB16514216-
CMYK00.140.900.35
HSL50.74º82.32%35.49%-
HSV(B)50.74º90.3%64.71%-
XYZ25.2827.384.44-
YUV134.5161.12149.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.08%
GREEN value IS 142 (55.86% from 255) = 43.96%
BLUE value IS 16 (6.64% from 255) = 4.95%
R=51.08%
G=43.96%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651421600.140.900.3550.7482.3235.49
HexA58E100E5A23335223
Octal24521620016132436312243
Binary1010010110001110100000111010110101000111100111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58E10; }

 p { color: rgb(165,142,16); }

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

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

 a { background-color: rgb(165,142,16); }

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

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

 span { border-color: rgb(165,142,16); }

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