#AD9E0E

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

Shades of Lucky #AD9E0E

Tints of Lucky #AD9E0E

Color information

#AD9E0E (or 0xAD9E0E) is unknown color: approx Lucky. HEX triplet: AD, 9E and 0E. RGB value is (173,158,14). Sum of RGB (Red+Green+Blue) = 173+158+14=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 158 (62.11% from 255 or 45.80% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9E0E is #5261F1. Grayscale: #929292. Windows color (decimal): -5399026 or 958125. OLE color: 958125.

HSL color Cylindrical-coordinate representation of color #AD9E0E: hue angle of 54.34º 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 #AD9E0E is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB17315814-
CMYK00.090.920.32
HSL54.34º85.03%36.67%-
HSV(B)54.34º91.91%67.84%-
XYZ29.5433.375.3-
YUV146.0753.47147.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.14%
GREEN value IS 158 (62.11% from 255) = 45.80%
BLUE value IS 14 (5.86% from 255) = 4.06%
R=50.14%
G=45.80%
B=4.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.92
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731581400.090.920.3254.3485.0336.67
HexAD9EE095C20365525
Octal25523616011134406612545
Binary101011011001111011100100110111001000001101101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9E0E; }

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

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

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

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

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

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

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

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