Html Css Color HEX #AD9217 Lucky

📋 copy color: '#AD9217'

red 173 ◦ green 146 ◦ blue 23

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

Shades of Lucky #AD9217

Tints of Lucky #AD9217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.73%

R = 50.58%
G = 42.69%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD9217 (or 0xAD9217) is known color: Lucky. HEX triplet: AD, 92 and 17. RGB value is (173,146,23). Sum of RGB (Red+Green+Blue) = 173+146+23=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 23 (9.38% from 255 or 6.73% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9217 is #526DE8. Grayscale: #8C8C8C. Windows color (decimal): -5402089 or 1544877. OLE color: 1544877.

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

Color convert

RGB 173 146 23 -
CMYK 0 0.16 0.87 0.32
HSL 49.2º 0.77% 0.38% -
HSV(B) 49.2º 0.87% 0.68% -
XYZ 27.67 29.5 5.05 -
YUV 140.05 61.95 151.5 -
System Red Green Blue C M Y K H S L
Decimal 173 146 23 0 0.16 0.87 0.32 49.2 0.77 0.38
Hex AD 92 17 0 10 57 20 31 4D 26
Octal 255 222 27 0 20 127 40 61 115 46
Binary 10101101 10010010 10111 0 10000 1010111 100000 110001 1001101 100110

Color Harmonies of #AD9217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9217

Black with #AD9217

Text Example


Text Example

White with #AD9217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9217; }

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

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

background-color css

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

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

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

border-color css

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

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

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