#AD9E1E

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

Shades of Lucky #AD9E1E

Tints of Lucky #AD9E1E

Color information

#AD9E1E (or 0xAD9E1E) is unknown color: approx Lucky. HEX triplet: AD, 9E and 1E. RGB value is (173,158,30). Sum of RGB (Red+Green+Blue) = 173+158+30=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9E1E is #5261E1. Grayscale: #949494. Windows color (decimal): -5399010 or 2006701. OLE color: 2006701.

HSL color Cylindrical-coordinate representation of color #AD9E1E: hue angle of 53.71º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD9E1E is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB17315830-
CMYK00.090.830.32
HSL53.71º70.44%39.8%-
HSV(B)53.71º82.66%67.84%-
XYZ29.6933.436.12-
YUV147.8961.47145.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.92%
GREEN value IS 158 (62.11% from 255) = 43.77%
BLUE value IS 30 (12.11% from 255) = 8.31%
R=47.92%
G=43.77%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731583000.090.830.3253.7170.4439.8
HexAD9E1E095320364628
Octal25523636011123406610650
Binary1010110110011110111100100110100111000001101101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9E1E; }

 p { color: rgb(173,158,30); }

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

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

 a { background-color: rgb(173,158,30); }

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

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

 span { border-color: rgb(173,158,30); }

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