Html Css Color HEX #AD9218 Lucky

📋 copy color: '#AD9218'

red 173 ◦ green 146 ◦ blue 24

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

Shades of Lucky #AD9218

Tints of Lucky #AD9218

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.57%

 BLUE value IS 24 (9.77% from 255) = 7%

R = 50.44%
G = 42.57%
B = 7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD9218 (or 0xAD9218) is known color: Lucky. HEX triplet: AD, 92 and 18. RGB value is (173,146,24). Sum of RGB (Red+Green+Blue) = 173+146+24=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9218 is #526DE7. Grayscale: #8C8C8C. Windows color (decimal): -5402088 or 1610413. OLE color: 1610413.

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

Color convert

RGB 173 146 24 -
CMYK 0 0.16 0.86 0.32
HSL 49.13º 0.76% 0.39% -
HSV(B) 49.13º 0.86% 0.68% -
XYZ 27.68 29.51 5.1 -
YUV 140.17 62.45 151.42 -
System Red Green Blue C M Y K H S L
Decimal 173 146 24 0 0.16 0.86 0.32 49.13 0.76 0.39
Hex AD 92 18 0 10 56 20 31 4C 27
Octal 255 222 30 0 20 126 40 61 114 47
Binary 10101101 10010010 11000 0 10000 1010110 100000 110001 1001100 100111

Color Harmonies of #AD9218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9218

Black with #AD9218

Text Example


Text Example

White with #AD9218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9218; }

 p { color: rgb(173,146,24); }

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

background-color css

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

 a { background-color: rgb(173,146,24); }

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

border-color css

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

 span { border-color: rgb(173,146,24); }

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