#AD930E

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

Shades of Lucky #AD930E

Tints of Lucky #AD930E

Color information

#AD930E (or 0xAD930E) is unknown color: approx Lucky. HEX triplet: AD, 93 and 0E. RGB value is (173,147,14). Sum of RGB (Red+Green+Blue) = 173+147+14=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD930E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD930E is #526CF1. Grayscale: #8C8C8C. Windows color (decimal): -5401842 or 955309. OLE color: 955309.

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

Color convert

RGB17314714-
CMYK00.150.920.32
HSL50.19º85.03%36.67%-
HSV(B)50.19º91.91%67.84%-
XYZ27.7529.784.7-
YUV139.6157.11151.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.80%
GREEN value IS 147 (57.81% from 255) = 44.01%
BLUE value IS 14 (5.86% from 255) = 4.19%
R=51.80%
G=44.01%
B=4.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.92
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731471400.150.920.3250.1985.0336.67
HexAD93E0F5C20325525
Octal25522316017134406212545
Binary101011011001001111100111110111001000001100101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD930E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD930E; }

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

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

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

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

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

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

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

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