Html Css Color HEX #AD9018 Lucky

📋 copy color: '#AD9018'

red 173 ◦ green 144 ◦ blue 24

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

Shades of Lucky #AD9018

Tints of Lucky #AD9018

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.23%

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

R = 50.73%
G = 42.23%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD9018 (or 0xAD9018) is known color: Lucky. HEX triplet: AD, 90 and 18. RGB value is (173,144,24). Sum of RGB (Red+Green+Blue) = 173+144+24=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9018 is #526FE7. Grayscale: #8B8B8B. Windows color (decimal): -5402600 or 1609901. OLE color: 1609901.

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

Color convert

RGB 173 144 24 -
CMYK 0 0.17 0.86 0.32
HSL 48.32º 0.76% 0.39% -
HSV(B) 48.32º 0.86% 0.68% -
XYZ 27.37 28.9 5 -
YUV 138.99 63.11 152.26 -
System Red Green Blue C M Y K H S L
Decimal 173 144 24 0 0.17 0.86 0.32 48.32 0.76 0.39
Hex AD 90 18 0 11 56 20 30 4C 27
Octal 255 220 30 0 21 126 40 60 114 47
Binary 10101101 10010000 11000 0 10001 1010110 100000 110000 1001100 100111

Color Harmonies of #AD9018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9018

Black with #AD9018

Text Example


Text Example

White with #AD9018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9018; }

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

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

background-color css

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

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

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

border-color css

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

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

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