Html Css Color HEX #AD9313 Lucky

📋 copy color: '#AD9313'

red 173 ◦ green 147 ◦ blue 19

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

Shades of Lucky #AD9313

Tints of Lucky #AD9313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.6%

R = 51.03%
G = 43.36%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD9313 (or 0xAD9313) is known color: Lucky. HEX triplet: AD, 93 and 13. RGB value is (173,147,19). Sum of RGB (Red+Green+Blue) = 173+147+19=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9313 is #526CEC. Grayscale: #8C8C8C. Windows color (decimal): -5401837 or 1282989. OLE color: 1282989.

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

Color convert

RGB 173 147 19 -
CMYK 0 0.15 0.89 0.32
HSL 49.87º 0.8% 0.38% -
HSV(B) 49.87º 0.89% 0.68% -
XYZ 27.78 29.8 4.9 -
YUV 140.18 59.61 151.41 -
System Red Green Blue C M Y K H S L
Decimal 173 147 19 0 0.15 0.89 0.32 49.87 0.8 0.38
Hex AD 93 13 0 F 59 20 32 50 26
Octal 255 223 23 0 17 131 40 62 120 46
Binary 10101101 10010011 10011 0 1111 1011001 100000 110010 1010000 100110

Color Harmonies of #AD9313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9313

Black with #AD9313

Text Example


Text Example

White with #AD9313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9313; }

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

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

background-color css

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

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

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

border-color css

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

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

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