Html Css Color HEX #AD9011 Lucky

📋 copy color: '#AD9011'

red 173 ◦ green 144 ◦ blue 17

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

Shades of Lucky #AD9011

Tints of Lucky #AD9011

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.11%

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

R = 51.8%
G = 43.11%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD9011 (or 0xAD9011) is known color: Lucky. HEX triplet: AD, 90 and 11. RGB value is (173,144,17). Sum of RGB (Red+Green+Blue) = 173+144+17=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9011 is #526FEE. Grayscale: #8A8A8A. Windows color (decimal): -5402607 or 1151149. OLE color: 1151149.

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

Color convert

RGB 173 144 17 -
CMYK 0 0.17 0.90 0.32
HSL 48.85º 0.82% 0.37% -
HSV(B) 48.85º 0.9% 0.68% -
XYZ 27.31 28.87 4.66 -
YUV 138.19 59.61 152.83 -
System Red Green Blue C M Y K H S L
Decimal 173 144 17 0 0.17 0.90 0.32 48.85 0.82 0.37
Hex AD 90 11 0 11 5A 20 31 52 25
Octal 255 220 21 0 21 132 40 61 122 45
Binary 10101101 10010000 10001 0 10001 1011010 100000 110001 1010010 100101

Color Harmonies of #AD9011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9011

Black with #AD9011

Text Example


Text Example

White with #AD9011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9011; }

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

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

background-color css

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

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

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

border-color css

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

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

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