Html Css Color HEX #AD9819 Lucky

📋 copy color: '#AD9819'

red 173 ◦ green 152 ◦ blue 25

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

Shades of Lucky #AD9819

Tints of Lucky #AD9819

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.43%

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

R = 49.43%
G = 43.43%
B = 7.14%

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

#AD9819 (or 0xAD9819) is known color: Lucky. HEX triplet: AD, 98 and 19. RGB value is (173,152,25). Sum of RGB (Red+Green+Blue) = 173+152+25=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 25 (10.16% from 255 or 7.14% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9819 is #5267E6. Grayscale: #909090. Windows color (decimal): -5400551 or 1677485. OLE color: 1677485.

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

Color convert

RGB 173 152 25 -
CMYK 0 0.12 0.86 0.32
HSL 51.49º 0.75% 0.39% -
HSV(B) 51.49º 0.86% 0.68% -
XYZ 28.64 31.41 5.47 -
YUV 143.8 60.96 148.83 -
System Red Green Blue C M Y K H S L
Decimal 173 152 25 0 0.12 0.86 0.32 51.49 0.75 0.39
Hex AD 98 19 0 C 56 20 33 4B 27
Octal 255 230 31 0 14 126 40 63 113 47
Binary 10101101 10011000 11001 0 1100 1010110 100000 110011 1001011 100111

Color Harmonies of #AD9819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9819

Black with #AD9819

Text Example


Text Example

White with #AD9819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9819; }

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

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

background-color css

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

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

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

border-color css

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

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

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