Html Css Color HEX #AD8E17 Lucky

📋 copy color: '#AD8E17'

red 173 ◦ green 142 ◦ blue 23

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

Shades of Lucky #AD8E17

Tints of Lucky #AD8E17

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.01%

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

R = 51.18%
G = 42.01%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD8E17 (or 0xAD8E17) is known color: Lucky. HEX triplet: AD, 8E and 17. RGB value is (173,142,23). Sum of RGB (Red+Green+Blue) = 173+142+23=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8E17 is #5271E8. Grayscale: #8A8A8A. Windows color (decimal): -5403113 or 1543853. OLE color: 1543853.

HSL color Cylindrical-coordinate representation of color #AD8E17: hue angle of 47.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 #AD8E17 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 142 23 -
CMYK 0 0.18 0.87 0.32
HSL 47.6º 0.77% 0.38% -
HSV(B) 47.6º 0.87% 0.68% -
XYZ 27.06 28.29 4.85 -
YUV 137.7 63.27 153.18 -
System Red Green Blue C M Y K H S L
Decimal 173 142 23 0 0.18 0.87 0.32 47.6 0.77 0.38
Hex AD 8E 17 0 12 57 20 30 4D 26
Octal 255 216 27 0 22 127 40 60 115 46
Binary 10101101 10001110 10111 0 10010 1010111 100000 110000 1001101 100110

Color Harmonies of #AD8E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8E17

Black with #AD8E17

Text Example


Text Example

White with #AD8E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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