Html Css Color HEX #AD9C0E Lucky

📋 copy color: '#AD9C0E'

red 173 ◦ green 156 ◦ blue 14

#AD9C0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky #AD9C0E

Tints of Lucky #AD9C0E

RGB

 RED value IS 173 (67.97% from 255) = 50.44%

 GREEN value IS 156 (61.33% from 255) = 45.48%

 BLUE value IS 14 (5.86% from 255) = 4.08%

R = 50.44%
G = 45.48%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD9C0E (or 0xAD9C0E) is known color: Lucky. HEX triplet: AD, 9C and 0E. RGB value is (173,156,14). Sum of RGB (Red+Green+Blue) = 173+156+14=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 14 (5.86% from 255 or 4.08% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9C0E is #5263F1. Grayscale: #919191. Windows color (decimal): -5399538 or 957613. OLE color: 957613.

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

Color convert

RGB 173 156 14 -
CMYK 0 0.10 0.92 0.32
HSL 53.58º 0.85% 0.37% -
HSV(B) 53.58º 0.92% 0.68% -
XYZ 29.2 32.69 5.19 -
YUV 144.9 54.13 148.05 -
System Red Green Blue C M Y K H S L
Decimal 173 156 14 0 0.10 0.92 0.32 53.58 0.85 0.37
Hex AD 9C E 0 A 5C 20 36 55 25
Octal 255 234 16 0 12 134 40 66 125 45
Binary 10101101 10011100 1110 0 1010 1011100 100000 110110 1010101 100101

Color Harmonies of #AD9C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9C0E

Black with #AD9C0E

Text Example


Text Example

White with #AD9C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9C0E; }

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

 H1.HeaderClassName
 {
   color: #AD9C0E;
 }
 .AnyTagClassName
 {
   color: #AD9C0E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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