Html Css Color HEX #AD9111 Lucky

📋 copy color: '#AD9111'

red 173 ◦ green 145 ◦ blue 17

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

Shades of Lucky #AD9111

Tints of Lucky #AD9111

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.28%

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

R = 51.64%
G = 43.28%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD9111 (or 0xAD9111) is known color: Lucky. HEX triplet: AD, 91 and 11. RGB value is (173,145,17). Sum of RGB (Red+Green+Blue) = 173+145+17=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9111 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9111 is #526EEE. Grayscale: #8B8B8B. Windows color (decimal): -5402351 or 1151405. OLE color: 1151405.

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

Color convert

RGB 173 145 17 -
CMYK 0 0.16 0.90 0.32
HSL 49.23º 0.82% 0.37% -
HSV(B) 49.23º 0.9% 0.68% -
XYZ 27.46 29.18 4.71 -
YUV 138.78 59.28 152.41 -
System Red Green Blue C M Y K H S L
Decimal 173 145 17 0 0.16 0.90 0.32 49.23 0.82 0.37
Hex AD 91 11 0 10 5A 20 31 52 25
Octal 255 221 21 0 20 132 40 61 122 45
Binary 10101101 10010001 10001 0 10000 1011010 100000 110001 1010010 100101

Color Harmonies of #AD9111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9111

Black with #AD9111

Text Example


Text Example

White with #AD9111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9111; }

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

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

background-color css

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

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

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

border-color css

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

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

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