Html Css Color HEX #AD9411 Lucky

📋 copy color: '#AD9411'

red 173 ◦ green 148 ◦ blue 17

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

Shades of Lucky #AD9411

Tints of Lucky #AD9411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.03%

R = 51.18%
G = 43.79%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD9411 (or 0xAD9411) is known color: Lucky. HEX triplet: AD, 94 and 11. RGB value is (173,148,17). Sum of RGB (Red+Green+Blue) = 173+148+17=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9411 is #526BEE. Grayscale: #8D8D8D. Windows color (decimal): -5401583 or 1152173. OLE color: 1152173.

HSL color Cylindrical-coordinate representation of color #AD9411: hue angle of 50.38º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD9411 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 148 17 -
CMYK 0 0.14 0.90 0.32
HSL 50.38º 0.82% 0.37% -
HSV(B) 50.38º 0.9% 0.68% -
XYZ 27.92 30.1 4.87 -
YUV 140.54 58.28 151.15 -
System Red Green Blue C M Y K H S L
Decimal 173 148 17 0 0.14 0.90 0.32 50.38 0.82 0.37
Hex AD 94 11 0 E 5A 20 32 52 25
Octal 255 224 21 0 16 132 40 62 122 45
Binary 10101101 10010100 10001 0 1110 1011010 100000 110010 1010010 100101

Color Harmonies of #AD9411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9411

Black with #AD9411

Text Example


Text Example

White with #AD9411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9411; }

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

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

background-color css

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

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

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

border-color css

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

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

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