Html Css Color HEX #AD8C1E Lucky

📋 copy color: '#AD8C1E'

red 173 ◦ green 140 ◦ blue 30

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

Shades of Lucky #AD8C1E

Tints of Lucky #AD8C1E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.82%

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

R = 50.44%
G = 40.82%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD8C1E (or 0xAD8C1E) is known color: Lucky. HEX triplet: AD, 8C and 1E. RGB value is (173,140,30). Sum of RGB (Red+Green+Blue) = 173+140+30=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8C1E is #5273E1. Grayscale: #898989. Windows color (decimal): -5403618 or 2002093. OLE color: 2002093.

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

Color convert

RGB 173 140 30 -
CMYK 0 0.19 0.83 0.32
HSL 46.15º 0.7% 0.4% -
HSV(B) 46.15º 0.83% 0.68% -
XYZ 26.85 27.73 5.17 -
YUV 137.33 67.43 153.44 -
System Red Green Blue C M Y K H S L
Decimal 173 140 30 0 0.19 0.83 0.32 46.15 0.7 0.4
Hex AD 8C 1E 0 13 53 20 2E 46 28
Octal 255 214 36 0 23 123 40 56 106 50
Binary 10101101 10001100 11110 0 10011 1010011 100000 101110 1000110 101000

Color Harmonies of #AD8C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C1E

Black with #AD8C1E

Text Example


Text Example

White with #AD8C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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