Html Css Color HEX #AD8E1C Lucky

📋 copy color: '#AD8E1C'

red 173 ◦ green 142 ◦ blue 28

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

Shades of Lucky #AD8E1C

Tints of Lucky #AD8E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.16%

R = 50.44%
G = 41.4%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD8E1C (or 0xAD8E1C) is known color: Lucky. HEX triplet: AD, 8E and 1C. RGB value is (173,142,28). Sum of RGB (Red+Green+Blue) = 173+142+28=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8E1C is #5271E3. Grayscale: #8A8A8A. Windows color (decimal): -5403108 or 1871533. OLE color: 1871533.

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

Color convert

RGB 173 142 28 -
CMYK 0 0.18 0.84 0.32
HSL 47.17º 0.72% 0.39% -
HSV(B) 47.17º 0.84% 0.68% -
XYZ 27.12 28.31 5.13 -
YUV 138.27 65.77 152.77 -
System Red Green Blue C M Y K H S L
Decimal 173 142 28 0 0.18 0.84 0.32 47.17 0.72 0.39
Hex AD 8E 1C 0 12 54 20 2F 48 27
Octal 255 216 34 0 22 124 40 57 110 47
Binary 10101101 10001110 11100 0 10010 1010100 100000 101111 1001000 100111

Color Harmonies of #AD8E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8E1C

Black with #AD8E1C

Text Example


Text Example

White with #AD8E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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