Html Css Color HEX #AD9918 Lucky

📋 copy color: '#AD9918'

red 173 ◦ green 153 ◦ blue 24

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

Shades of Lucky #AD9918

Tints of Lucky #AD9918

RGB

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

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

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

R = 49.43%
G = 43.71%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD9918 (or 0xAD9918) is known color: Lucky. HEX triplet: AD, 99 and 18. RGB value is (173,153,24). Sum of RGB (Red+Green+Blue) = 173+153+24=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9918 is #5266E7. Grayscale: #909090. Windows color (decimal): -5400296 or 1612205. OLE color: 1612205.

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

Color convert

RGB 173 153 24 -
CMYK 0 0.12 0.86 0.32
HSL 51.95º 0.76% 0.39% -
HSV(B) 51.95º 0.86% 0.68% -
XYZ 28.79 31.73 5.47 -
YUV 144.27 60.13 148.49 -
System Red Green Blue C M Y K H S L
Decimal 173 153 24 0 0.12 0.86 0.32 51.95 0.76 0.39
Hex AD 99 18 0 C 56 20 34 4C 27
Octal 255 231 30 0 14 126 40 64 114 47
Binary 10101101 10011001 11000 0 1100 1010110 100000 110100 1001100 100111

Color Harmonies of #AD9918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9918

Black with #AD9918

Text Example


Text Example

White with #AD9918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9918; }

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

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

background-color css

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

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

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

border-color css

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

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

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