#AD9F27

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

Shades of Lucky #AD9F27

Tints of Lucky #AD9F27

Color information

#AD9F27 (or 0xAD9F27) is unknown color: approx Lucky. HEX triplet: AD, 9F and 27. RGB value is (173,159,39). Sum of RGB (Red+Green+Blue) = 173+159+39=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9F27 is #5260D8. Grayscale: #959595. Windows color (decimal): -5398745 or 2596781. OLE color: 2596781.

HSL color Cylindrical-coordinate representation of color #AD9F27: hue angle of 53.73º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD9F27 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB17315939-
CMYK00.080.770.32
HSL53.73º63.21%41.57%-
HSV(B)53.73º77.46%67.84%-
XYZ3033.836.87-
YUV149.5165.64144.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.63%
GREEN value IS 159 (62.5% from 255) = 42.86%
BLUE value IS 39 (15.62% from 255) = 10.51%
R=46.63%
G=42.86%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731593900.080.770.3253.7363.2141.57
HexAD9F27084D20363f2a
Octal2552374701011540667752
Binary1010110110011111100111010001001101100000110110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9F27; }

 p { color: rgb(173,159,39); }

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

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

 a { background-color: rgb(173,159,39); }

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

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

 span { border-color: rgb(173,159,39); }

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