#A59421

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

Shades of Lucky #A59421

Tints of Lucky #A59421

Color information

#A59421 (or 0xA59421) is unknown color: approx Lucky. HEX triplet: A5, 94 and 21. RGB value is (165,148,33). Sum of RGB (Red+Green+Blue) = 165+148+33=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A59421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59421 is #5A6BDE. Grayscale: #8C8C8C. Windows color (decimal): -5925855 or 2200741. OLE color: 2200741.

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

Color convert

RGB16514833-
CMYK00.100.80.35
HSL52.27º66.67%38.82%-
HSV(B)52.27º80%64.71%-
XYZ26.3829.295.7-
YUV139.9767.63145.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.69%
GREEN value IS 148 (58.20% from 255) = 42.77%
BLUE value IS 33 (13.28% from 255) = 9.54%
R=47.69%
G=42.77%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.8
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651483300.100.80.3552.2766.6738.82
HexA594210A5023344327
Octal24522441012120436410347
Binary10100101100101001000010101010100001000111101001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59421; }

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

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

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

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

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

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

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

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