Html Css Color HEX #AD9118 Lucky

📋 copy color: '#AD9118'

red 173 ◦ green 145 ◦ blue 24

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

Shades of Lucky #AD9118

Tints of Lucky #AD9118

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.4%

 BLUE value IS 24 (9.77% from 255) = 7.02%

R = 50.58%
G = 42.4%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD9118 (or 0xAD9118) is known color: Lucky. HEX triplet: AD, 91 and 18. RGB value is (173,145,24). Sum of RGB (Red+Green+Blue) = 173+145+24=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9118 is #526EE7. Grayscale: #8C8C8C. Windows color (decimal): -5402344 or 1610157. OLE color: 1610157.

HSL color Cylindrical-coordinate representation of color #AD9118: hue angle of 48.72º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD9118 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 145 24 -
CMYK 0 0.16 0.86 0.32
HSL 48.72º 0.76% 0.39% -
HSV(B) 48.72º 0.86% 0.68% -
XYZ 27.52 29.2 5.05 -
YUV 139.58 62.78 151.84 -
System Red Green Blue C M Y K H S L
Decimal 173 145 24 0 0.16 0.86 0.32 48.72 0.76 0.39
Hex AD 91 18 0 10 56 20 31 4C 27
Octal 255 221 30 0 20 126 40 61 114 47
Binary 10101101 10010001 11000 0 10000 1010110 100000 110001 1001100 100111

Color Harmonies of #AD9118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9118

Black with #AD9118

Text Example


Text Example

White with #AD9118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9118; }

 p { color: rgb(173,145,24); }

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

background-color css

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

 a { background-color: rgb(173,145,24); }

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

border-color css

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

 span { border-color: rgb(173,145,24); }

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