Html Css Color HEX #AD9316 Lucky

📋 copy color: '#AD9316'

red 173 ◦ green 147 ◦ blue 22

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

Shades of Lucky #AD9316

Tints of Lucky #AD9316

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.98%

 BLUE value IS 22 (8.98% from 255) = 6.43%

R = 50.58%
G = 42.98%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD9316 (or 0xAD9316) is known color: Lucky. HEX triplet: AD, 93 and 16. RGB value is (173,147,22). Sum of RGB (Red+Green+Blue) = 173+147+22=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9316 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9316 is #526CE9. Grayscale: #8D8D8D. Windows color (decimal): -5401834 or 1479597. OLE color: 1479597.

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

Color convert

RGB 173 147 22 -
CMYK 0 0.15 0.87 0.32
HSL 49.67º 0.77% 0.38% -
HSV(B) 49.67º 0.87% 0.68% -
XYZ 27.81 29.81 5.05 -
YUV 140.52 61.11 151.16 -
System Red Green Blue C M Y K H S L
Decimal 173 147 22 0 0.15 0.87 0.32 49.67 0.77 0.38
Hex AD 93 16 0 F 57 20 32 4D 26
Octal 255 223 26 0 17 127 40 62 115 46
Binary 10101101 10010011 10110 0 1111 1010111 100000 110010 1001101 100110

Color Harmonies of #AD9316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9316

Black with #AD9316

Text Example


Text Example

White with #AD9316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9316; }

 p { color: rgb(173,147,22); }

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

background-color css

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

 a { background-color: rgb(173,147,22); }

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

border-color css

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

 span { border-color: rgb(173,147,22); }

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