Html Css Color HEX #AD8E14 Lucky

📋 copy color: '#AD8E14'

red 173 ◦ green 142 ◦ blue 20

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

Shades of Lucky #AD8E14

Tints of Lucky #AD8E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.97%

R = 51.64%
G = 42.39%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD8E14 (or 0xAD8E14) is known color: Lucky. HEX triplet: AD, 8E and 14. RGB value is (173,142,20). Sum of RGB (Red+Green+Blue) = 173+142+20=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8E14 is #5271EB. Grayscale: #898989. Windows color (decimal): -5403116 or 1347245. OLE color: 1347245.

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

Color convert

RGB 173 142 20 -
CMYK 0 0.18 0.88 0.32
HSL 47.84º 0.79% 0.38% -
HSV(B) 47.84º 0.88% 0.68% -
XYZ 27.03 28.28 4.7 -
YUV 137.36 61.77 153.42 -
System Red Green Blue C M Y K H S L
Decimal 173 142 20 0 0.18 0.88 0.32 47.84 0.79 0.38
Hex AD 8E 14 0 12 58 20 30 4F 26
Octal 255 216 24 0 22 130 40 60 117 46
Binary 10101101 10001110 10100 0 10010 1011000 100000 110000 1001111 100110

Color Harmonies of #AD8E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8E14

Black with #AD8E14

Text Example


Text Example

White with #AD8E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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