Html Css Color HEX #AD9311 Lucky

📋 copy color: '#AD9311'

red 173 ◦ green 147 ◦ blue 17

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

Shades of Lucky #AD9311

Tints of Lucky #AD9311

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.62%

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

R = 51.34%
G = 43.62%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD9311 (or 0xAD9311) is known color: Lucky. HEX triplet: AD, 93 and 11. RGB value is (173,147,17). Sum of RGB (Red+Green+Blue) = 173+147+17=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9311 is #526CEE. Grayscale: #8C8C8C. Windows color (decimal): -5401839 or 1151917. OLE color: 1151917.

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

Color convert

RGB 173 147 17 -
CMYK 0 0.15 0.90 0.32
HSL 50º 0.82% 0.37% -
HSV(B) 50º 0.9% 0.68% -
XYZ 27.77 29.79 4.82 -
YUV 139.95 58.61 151.57 -
System Red Green Blue C M Y K H S L
Decimal 173 147 17 0 0.15 0.90 0.32 50 0.82 0.37
Hex AD 93 11 0 F 5A 20 32 52 25
Octal 255 223 21 0 17 132 40 62 122 45
Binary 10101101 10010011 10001 0 1111 1011010 100000 110010 1010010 100101

Color Harmonies of #AD9311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9311

Black with #AD9311

Text Example


Text Example

White with #AD9311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9311; }

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

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

background-color css

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

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

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

border-color css

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

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

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