Html Css Color HEX #AD9F11 Lucky

📋 copy color: '#AD9F11'

red 173 ◦ green 159 ◦ blue 17

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

Shades of Lucky #AD9F11

Tints of Lucky #AD9F11

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.56%

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

R = 49.57%
G = 45.56%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD9F11 (or 0xAD9F11) is known color: Lucky. HEX triplet: AD, 9F and 11. RGB value is (173,159,17). Sum of RGB (Red+Green+Blue) = 173+159+17=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 159 (62.5% from 255 or 45.56% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9F11 is #5260EE. Grayscale: #939393. Windows color (decimal): -5398767 or 1154989. OLE color: 1154989.

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

Color convert

RGB 173 159 17 -
CMYK 0 0.08 0.90 0.32
HSL 54.62º 0.82% 0.37% -
HSV(B) 54.62º 0.9% 0.68% -
XYZ 29.73 33.72 5.47 -
YUV 147 54.64 146.55 -
System Red Green Blue C M Y K H S L
Decimal 173 159 17 0 0.08 0.90 0.32 54.62 0.82 0.37
Hex AD 9F 11 0 8 5A 20 37 52 25
Octal 255 237 21 0 10 132 40 67 122 45
Binary 10101101 10011111 10001 0 1000 1011010 100000 110111 1010010 100101

Color Harmonies of #AD9F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F11

Black with #AD9F11

Text Example


Text Example

White with #AD9F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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