Html Css Color HEX #AD9F1C Lucky

📋 copy color: '#AD9F1C'

red 173 ◦ green 159 ◦ blue 28

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

Shades of Lucky #AD9F1C

Tints of Lucky #AD9F1C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.17%

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

R = 48.06%
G = 44.17%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD9F1C (or 0xAD9F1C) is known color: Lucky. HEX triplet: AD, 9F and 1C. RGB value is (173,159,28). Sum of RGB (Red+Green+Blue) = 173+159+28=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9F1C is #5260E3. Grayscale: #949494. Windows color (decimal): -5398756 or 1875885. OLE color: 1875885.

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

Color convert

RGB 173 159 28 -
CMYK 0 0.08 0.84 0.32
HSL 54.21º 0.72% 0.39% -
HSV(B) 54.21º 0.84% 0.68% -
XYZ 29.84 33.76 6.04 -
YUV 148.25 60.14 145.65 -
System Red Green Blue C M Y K H S L
Decimal 173 159 28 0 0.08 0.84 0.32 54.21 0.72 0.39
Hex AD 9F 1C 0 8 54 20 36 48 27
Octal 255 237 34 0 10 124 40 66 110 47
Binary 10101101 10011111 11100 0 1000 1010100 100000 110110 1001000 100111

Color Harmonies of #AD9F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F1C

Black with #AD9F1C

Text Example


Text Example

White with #AD9F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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