Html Css Color HEX #AD990E Lucky

📋 copy color: '#AD990E'

red 173 ◦ green 153 ◦ blue 14

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

Shades of Lucky #AD990E

Tints of Lucky #AD990E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45%

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

R = 50.88%
G = 45%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD990E (or 0xAD990E) is known color: Lucky. HEX triplet: AD, 99 and 0E. RGB value is (173,153,14). Sum of RGB (Red+Green+Blue) = 173+153+14=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD990E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD990E is #5266F1. Grayscale: #8F8F8F. Windows color (decimal): -5400306 or 956845. OLE color: 956845.

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

Color convert

RGB 173 153 14 -
CMYK 0 0.12 0.92 0.32
HSL 52.45º 0.85% 0.37% -
HSV(B) 52.45º 0.92% 0.68% -
XYZ 28.7 31.7 5.02 -
YUV 143.13 55.13 149.3 -
System Red Green Blue C M Y K H S L
Decimal 173 153 14 0 0.12 0.92 0.32 52.45 0.85 0.37
Hex AD 99 E 0 C 5C 20 34 55 25
Octal 255 231 16 0 14 134 40 64 125 45
Binary 10101101 10011001 1110 0 1100 1011100 100000 110100 1010101 100101

Color Harmonies of #AD990E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD990E

Black with #AD990E

Text Example


Text Example

White with #AD990E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD990E; }

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

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

background-color css

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

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

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

border-color css

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

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

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