#A59600

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

Shades of Lucky #A59600

Tints of Lucky #A59600

Color information

#A59600 (or 0xA59600) is unknown color: approx Lucky. HEX triplet: A5, 96 and 00. RGB value is (165,150,0). Sum of RGB (Red+Green+Blue) = 165+150+0=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A59600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59600 is #5A69FF. Grayscale: #8A8A8A. Windows color (decimal): -5925376 or 38565. OLE color: 38565.

HSL color Cylindrical-coordinate representation of color #A59600: hue angle of 54.55º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A59600 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB1651500-
CMYK00.0910.35
HSL54.55º100%32.35%-
HSV(B)54.55º100%64.71%-
XYZ26.4229.814.36-
YUV137.3850.47147.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.38%
GREEN value IS 150 (58.98% from 255) = 47.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.38%
G=47.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165150000.0910.3554.5510032.35
HexA5960096423376420
Octal2452260011144436714440
Binary101001011001011000100111001001000111101111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59600; }

 p { color: rgb(165,150,0); }

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

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

 a { background-color: rgb(165,150,0); }

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

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

 span { border-color: rgb(165,150,0); }

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