Html Css Color HEX #AD9718 Lucky

📋 copy color: '#AD9718'

red 173 ◦ green 151 ◦ blue 24

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

Shades of Lucky #AD9718

Tints of Lucky #AD9718

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.39%

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

R = 49.71%
G = 43.39%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD9718 (or 0xAD9718) is known color: Lucky. HEX triplet: AD, 97 and 18. RGB value is (173,151,24). Sum of RGB (Red+Green+Blue) = 173+151+24=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9718 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9718 is #5268E7. Grayscale: #8F8F8F. Windows color (decimal): -5400808 or 1611693. OLE color: 1611693.

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

Color convert

RGB 173 151 24 -
CMYK 0 0.13 0.86 0.32
HSL 51.14º 0.76% 0.39% -
HSV(B) 51.14º 0.86% 0.68% -
XYZ 28.47 31.08 5.36 -
YUV 143.1 60.79 149.33 -
System Red Green Blue C M Y K H S L
Decimal 173 151 24 0 0.13 0.86 0.32 51.14 0.76 0.39
Hex AD 97 18 0 D 56 20 33 4C 27
Octal 255 227 30 0 15 126 40 63 114 47
Binary 10101101 10010111 11000 0 1101 1010110 100000 110011 1001100 100111

Color Harmonies of #AD9718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9718

Black with #AD9718

Text Example


Text Example

White with #AD9718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9718; }

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

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

background-color css

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

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

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

border-color css

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

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

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