#A58F1E

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

Shades of Lucky #A58F1E

Tints of Lucky #A58F1E

Color information

#A58F1E (or 0xA58F1E) is unknown color: approx Lucky. HEX triplet: A5, 8F and 1E. RGB value is (165,143,30). Sum of RGB (Red+Green+Blue) = 165+143+30=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A58F1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58F1E is #5A70E1. Grayscale: #898989. Windows color (decimal): -5927138 or 2002853. OLE color: 2002853.

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

Color convert

RGB16514330-
CMYK00.130.820.35
HSL50.22º69.23%38.24%-
HSV(B)50.22º81.82%64.71%-
XYZ25.5727.745.23-
YUV136.767.79148.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.82%
GREEN value IS 143 (56.25% from 255) = 42.31%
BLUE value IS 30 (12.11% from 255) = 8.88%
R=48.82%
G=42.31%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651433000.130.820.3550.2269.2338.24
HexA58F1E0D5223324526
Octal24521736015122436210546
Binary1010010110001111111100110110100101000111100101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58F1E; }

 p { color: rgb(165,143,30); }

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

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

 a { background-color: rgb(165,143,30); }

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

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

 span { border-color: rgb(165,143,30); }

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