#A59725

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

Shades of Lucky #A59725

Tints of Lucky #A59725

Color information

#A59725 (or 0xA59725) is unknown color: approx Lucky. HEX triplet: A5, 97 and 25. RGB value is (165,151,37). Sum of RGB (Red+Green+Blue) = 165+151+37=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A59725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59725 is #5A68DA. Grayscale: #8E8E8E. Windows color (decimal): -5925083 or 2463653. OLE color: 2463653.

HSL color Cylindrical-coordinate representation of color #A59725: hue angle of 53.44º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A59725 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB16515137-
CMYK00.080.780.35
HSL53.44º63.37%39.61%-
HSV(B)53.44º77.58%64.71%-
XYZ26.9230.276.17-
YUV142.1968.64144.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.74%
GREEN value IS 151 (59.38% from 255) = 42.78%
BLUE value IS 37 (14.84% from 255) = 10.48%
R=46.74%
G=42.78%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651513700.080.780.3553.4463.3739.61
HexA59725084E23353f28
Octal2452274501011643657750
Binary1010010110010111100101010001001110100011110101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59725; }

 p { color: rgb(165,151,37); }

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

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

 a { background-color: rgb(165,151,37); }

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

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

 span { border-color: rgb(165,151,37); }

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