Html Css Color HEX #AD9112 Lucky

📋 copy color: '#AD9112'

red 173 ◦ green 145 ◦ blue 18

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

Shades of Lucky #AD9112

Tints of Lucky #AD9112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.36%

R = 51.49%
G = 43.15%
B = 5.36%

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

#AD9112 (or 0xAD9112) is known color: Lucky. HEX triplet: AD, 91 and 12. RGB value is (173,145,18). Sum of RGB (Red+Green+Blue) = 173+145+18=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9112 is #526EED. Grayscale: #8B8B8B. Windows color (decimal): -5402350 or 1216941. OLE color: 1216941.

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

Color convert

RGB 173 145 18 -
CMYK 0 0.16 0.90 0.32
HSL 49.16º 0.81% 0.37% -
HSV(B) 49.16º 0.9% 0.68% -
XYZ 27.47 29.18 4.76 -
YUV 138.89 59.78 152.33 -
System Red Green Blue C M Y K H S L
Decimal 173 145 18 0 0.16 0.90 0.32 49.16 0.81 0.37
Hex AD 91 12 0 10 5A 20 31 51 25
Octal 255 221 22 0 20 132 40 61 121 45
Binary 10101101 10010001 10010 0 10000 1011010 100000 110001 1010001 100101

Color Harmonies of #AD9112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9112

Black with #AD9112

Text Example


Text Example

White with #AD9112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9112; }

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

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

background-color css

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

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

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

border-color css

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

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

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