Html Css Color HEX #AD9413 Lucky

📋 copy color: '#AD9413'

red 173 ◦ green 148 ◦ blue 19

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

Shades of Lucky #AD9413

Tints of Lucky #AD9413

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.53%

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

R = 50.88%
G = 43.53%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD9413 (or 0xAD9413) is known color: Lucky. HEX triplet: AD, 94 and 13. RGB value is (173,148,19). Sum of RGB (Red+Green+Blue) = 173+148+19=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9413 is #526BEC. Grayscale: #8D8D8D. Windows color (decimal): -5401581 or 1283245. OLE color: 1283245.

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

Color convert

RGB 173 148 19 -
CMYK 0 0.14 0.89 0.32
HSL 50.26º 0.8% 0.38% -
HSV(B) 50.26º 0.89% 0.68% -
XYZ 27.94 30.11 4.96 -
YUV 140.77 59.28 150.99 -
System Red Green Blue C M Y K H S L
Decimal 173 148 19 0 0.14 0.89 0.32 50.26 0.8 0.38
Hex AD 94 13 0 E 59 20 32 50 26
Octal 255 224 23 0 16 131 40 62 120 46
Binary 10101101 10010100 10011 0 1110 1011001 100000 110010 1010000 100110

Color Harmonies of #AD9413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9413

Black with #AD9413

Text Example


Text Example

White with #AD9413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9413; }

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

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

background-color css

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

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

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

border-color css

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

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

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