Html Css Color HEX #AD940E Lucky

📋 copy color: '#AD940E'

red 173 ◦ green 148 ◦ blue 14

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

Shades of Lucky #AD940E

Tints of Lucky #AD940E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.18%

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

R = 51.64%
G = 44.18%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD940E (or 0xAD940E) is known color: Lucky. HEX triplet: AD, 94 and 0E. RGB value is (173,148,14). Sum of RGB (Red+Green+Blue) = 173+148+14=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD940E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD940E is #526BF1. Grayscale: #8C8C8C. Windows color (decimal): -5401586 or 955565. OLE color: 955565.

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

Color convert

RGB 173 148 14 -
CMYK 0 0.14 0.92 0.32
HSL 50.57º 0.85% 0.37% -
HSV(B) 50.57º 0.92% 0.68% -
XYZ 27.9 30.1 4.75 -
YUV 140.2 56.78 151.4 -
System Red Green Blue C M Y K H S L
Decimal 173 148 14 0 0.14 0.92 0.32 50.57 0.85 0.37
Hex AD 94 E 0 E 5C 20 33 55 25
Octal 255 224 16 0 16 134 40 63 125 45
Binary 10101101 10010100 1110 0 1110 1011100 100000 110011 1010101 100101

Color Harmonies of #AD940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD940E

Black with #AD940E

Text Example


Text Example

White with #AD940E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD940E; }

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

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

background-color css

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

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

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

border-color css

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

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

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