Html Css Color HEX #AD9D1C Lucky

📋 copy color: '#AD9D1C'

red 173 ◦ green 157 ◦ blue 28

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

Shades of Lucky #AD9D1C

Tints of Lucky #AD9D1C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.85%

 BLUE value IS 28 (11.33% from 255) = 7.82%

R = 48.32%
G = 43.85%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD9D1C (or 0xAD9D1C) is known color: Lucky. HEX triplet: AD, 9D and 1C. RGB value is (173,157,28). Sum of RGB (Red+Green+Blue) = 173+157+28=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9D1C is #5262E3. Grayscale: #939393. Windows color (decimal): -5399268 or 1875373. OLE color: 1875373.

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

Color convert

RGB 173 157 28 -
CMYK 0 0.09 0.84 0.32
HSL 53.38º 0.72% 0.39% -
HSV(B) 53.38º 0.84% 0.68% -
XYZ 29.5 33.08 5.93 -
YUV 147.08 60.8 146.49 -
System Red Green Blue C M Y K H S L
Decimal 173 157 28 0 0.09 0.84 0.32 53.38 0.72 0.39
Hex AD 9D 1C 0 9 54 20 35 48 27
Octal 255 235 34 0 11 124 40 65 110 47
Binary 10101101 10011101 11100 0 1001 1010100 100000 110101 1001000 100111

Color Harmonies of #AD9D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9D1C

Black with #AD9D1C

Text Example


Text Example

White with #AD9D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9D1C; }

 p { color: rgb(173,157,28); }

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

background-color css

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

 a { background-color: rgb(173,157,28); }

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

border-color css

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

 span { border-color: rgb(173,157,28); }

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