#A5991F

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

Shades of Lucky #A5991F

Tints of Lucky #A5991F

Color information

#A5991F (or 0xA5991F) is unknown color: approx Lucky. HEX triplet: A5, 99 and 1F. RGB value is (165,153,31). Sum of RGB (Red+Green+Blue) = 165+153+31=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A5991F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5991F is #5A66E0. Grayscale: #8F8F8F. Windows color (decimal): -5924577 or 2070949. OLE color: 2070949.

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

Color convert

RGB16515331-
CMYK00.070.810.35
HSL54.63º68.37%38.43%-
HSV(B)54.63º81.21%64.71%-
XYZ27.1630.885.83-
YUV142.6864.98143.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.28%
GREEN value IS 153 (60.16% from 255) = 43.84%
BLUE value IS 31 (12.5% from 255) = 8.88%
R=47.28%
G=43.84%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651533100.070.810.3554.6368.3738.43
HexA5991F075123374426
Octal2452313707121436710446
Binary101001011001100111111011110100011000111101111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5991F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5991F; }

 p { color: rgb(165,153,31); }

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

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

 a { background-color: rgb(165,153,31); }

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

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

 span { border-color: rgb(165,153,31); }

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