Html Css Color HEX #AD9317 Lucky

📋 copy color: '#AD9317'

red 173 ◦ green 147 ◦ blue 23

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

Shades of Lucky #AD9317

Tints of Lucky #AD9317

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.86%

 BLUE value IS 23 (9.38% from 255) = 6.71%

R = 50.44%
G = 42.86%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD9317 (or 0xAD9317) is known color: Lucky. HEX triplet: AD, 93 and 17. RGB value is (173,147,23). Sum of RGB (Red+Green+Blue) = 173+147+23=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9317 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9317 is #526CE8. Grayscale: #8D8D8D. Windows color (decimal): -5401833 or 1545133. OLE color: 1545133.

HSL color Cylindrical-coordinate representation of color #AD9317: hue angle of 49.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD9317 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 147 23 -
CMYK 0 0.15 0.87 0.32
HSL 49.6º 0.77% 0.38% -
HSV(B) 49.6º 0.87% 0.68% -
XYZ 27.82 29.81 5.1 -
YUV 140.64 61.61 151.08 -
System Red Green Blue C M Y K H S L
Decimal 173 147 23 0 0.15 0.87 0.32 49.6 0.77 0.38
Hex AD 93 17 0 F 57 20 32 4D 26
Octal 255 223 27 0 17 127 40 62 115 46
Binary 10101101 10010011 10111 0 1111 1010111 100000 110010 1001101 100110

Color Harmonies of #AD9317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9317

Black with #AD9317

Text Example


Text Example

White with #AD9317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9317; }

 p { color: rgb(173,147,23); }

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

background-color css

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

 a { background-color: rgb(173,147,23); }

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

border-color css

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

 span { border-color: rgb(173,147,23); }

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