Html Css Color HEX #AD9511 Lucky

📋 copy color: '#AD9511'

red 173 ◦ green 149 ◦ blue 17

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

Shades of Lucky #AD9511

Tints of Lucky #AD9511

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.95%

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

R = 51.03%
G = 43.95%
B = 5.01%

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

#AD9511 (or 0xAD9511) is known color: Lucky. HEX triplet: AD, 95 and 11. RGB value is (173,149,17). Sum of RGB (Red+Green+Blue) = 173+149+17=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9511 is #526AEE. Grayscale: #8D8D8D. Windows color (decimal): -5401327 or 1152429. OLE color: 1152429.

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

Color convert

RGB 173 149 17 -
CMYK 0 0.14 0.90 0.32
HSL 50.77º 0.82% 0.37% -
HSV(B) 50.77º 0.9% 0.68% -
XYZ 28.08 30.42 4.92 -
YUV 141.13 57.95 150.73 -
System Red Green Blue C M Y K H S L
Decimal 173 149 17 0 0.14 0.90 0.32 50.77 0.82 0.37
Hex AD 95 11 0 E 5A 20 33 52 25
Octal 255 225 21 0 16 132 40 63 122 45
Binary 10101101 10010101 10001 0 1110 1011010 100000 110011 1010010 100101

Color Harmonies of #AD9511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9511

Black with #AD9511

Text Example


Text Example

White with #AD9511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9511; }

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

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

background-color css

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

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

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

border-color css

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

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

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