Html Css Color HEX #AD8E1E Lucky

📋 copy color: '#AD8E1E'

red 173 ◦ green 142 ◦ blue 30

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

Shades of Lucky #AD8E1E

Tints of Lucky #AD8E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.7%

R = 50.14%
G = 41.16%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD8E1E (or 0xAD8E1E) is known color: Lucky. HEX triplet: AD, 8E and 1E. RGB value is (173,142,30). Sum of RGB (Red+Green+Blue) = 173+142+30=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8E1E is #5271E1. Grayscale: #8A8A8A. Windows color (decimal): -5403106 or 2002605. OLE color: 2002605.

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

Color convert

RGB 173 142 30 -
CMYK 0 0.18 0.83 0.32
HSL 46.99º 0.7% 0.4% -
HSV(B) 46.99º 0.83% 0.68% -
XYZ 27.14 28.32 5.26 -
YUV 138.5 66.77 152.61 -
System Red Green Blue C M Y K H S L
Decimal 173 142 30 0 0.18 0.83 0.32 46.99 0.7 0.4
Hex AD 8E 1E 0 12 53 20 2F 46 28
Octal 255 216 36 0 22 123 40 57 106 50
Binary 10101101 10001110 11110 0 10010 1010011 100000 101111 1000110 101000

Color Harmonies of #AD8E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8E1E

Black with #AD8E1E

Text Example


Text Example

White with #AD8E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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