#A5941A

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

Shades of Lucky #A5941A

Tints of Lucky #A5941A

Color information

#A5941A (or 0xA5941A) is unknown color: approx Lucky. HEX triplet: A5, 94 and 1A. RGB value is (165,148,26). Sum of RGB (Red+Green+Blue) = 165+148+26=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A5941A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5941A is #5A6BE5. Grayscale: #8B8B8B. Windows color (decimal): -5925862 or 1741989. OLE color: 1741989.

HSL color Cylindrical-coordinate representation of color #A5941A: hue angle of 52.66º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5941A is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB16514826-
CMYK00.100.840.35
HSL52.66º72.77%37.45%-
HSV(B)52.66º84.24%64.71%-
XYZ26.2929.255.24-
YUV139.1764.13146.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 26 (10.55% from 255) = 7.67%
R=48.67%
G=43.66%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651482600.100.840.3552.6672.7737.45
HexA5941A0A5423354925
Octal24522432012124436511145
Binary1010010110010100110100101010101001000111101011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5941A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5941A; }

 p { color: rgb(165,148,26); }

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

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

 a { background-color: rgb(165,148,26); }

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

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

 span { border-color: rgb(165,148,26); }

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