#AD9315

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

Shades of Lucky #AD9315

Tints of Lucky #AD9315

Color information

#AD9315 (or 0xAD9315) is unknown color: approx Lucky. HEX triplet: AD, 93 and 15. RGB value is (173,147,21). Sum of RGB (Red+Green+Blue) = 173+147+21=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9315 is #526CEA. Grayscale: #8C8C8C. Windows color (decimal): -5401835 or 1414061. OLE color: 1414061.

HSL color Cylindrical-coordinate representation of color #AD9315: hue angle of 49.74º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD9315 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB17314721-
CMYK00.150.880.32
HSL49.74º78.35%38.04%-
HSV(B)49.74º87.86%67.84%-
XYZ27.829.815-
YUV140.4160.61151.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.73%
GREEN value IS 147 (57.81% from 255) = 43.11%
BLUE value IS 21 (8.59% from 255) = 6.16%
R=50.73%
G=43.11%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731472100.150.880.3249.7478.3538.04
HexAD93150F5820324e26
Octal25522325017130406211646
Binary1010110110010011101010111110110001000001100101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9315; }

 p { color: rgb(173,147,21); }

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

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

 a { background-color: rgb(173,147,21); }

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

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

 span { border-color: rgb(173,147,21); }

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