Html Css Color HEX #AD9019 Lucky

📋 copy color: '#AD9019'

red 173 ◦ green 144 ◦ blue 25

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

Shades of Lucky #AD9019

Tints of Lucky #AD9019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.31%

R = 50.58%
G = 42.11%
B = 7.31%

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

#AD9019 (or 0xAD9019) is known color: Lucky. HEX triplet: AD, 90 and 19. RGB value is (173,144,25). Sum of RGB (Red+Green+Blue) = 173+144+25=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9019 is #526FE6. Grayscale: #8B8B8B. Windows color (decimal): -5402599 or 1675437. OLE color: 1675437.

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

Color convert

RGB 173 144 25 -
CMYK 0 0.17 0.86 0.32
HSL 48.24º 0.75% 0.39% -
HSV(B) 48.24º 0.86% 0.68% -
XYZ 27.38 28.9 5.05 -
YUV 139.11 63.61 152.18 -
System Red Green Blue C M Y K H S L
Decimal 173 144 25 0 0.17 0.86 0.32 48.24 0.75 0.39
Hex AD 90 19 0 11 56 20 30 4B 27
Octal 255 220 31 0 21 126 40 60 113 47
Binary 10101101 10010000 11001 0 10001 1010110 100000 110000 1001011 100111

Color Harmonies of #AD9019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9019

Black with #AD9019

Text Example


Text Example

White with #AD9019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9019; }

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

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

background-color css

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

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

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

border-color css

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

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

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