Html Css Color HEX #AD9115 Lucky

📋 copy color: '#AD9115'

red 173 ◦ green 145 ◦ blue 21

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

Shades of Lucky #AD9115

Tints of Lucky #AD9115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.19%

R = 51.03%
G = 42.77%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD9115 (or 0xAD9115) is known color: Lucky. HEX triplet: AD, 91 and 15. RGB value is (173,145,21). Sum of RGB (Red+Green+Blue) = 173+145+21=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9115 is #526EEA. Grayscale: #8B8B8B. Windows color (decimal): -5402347 or 1413549. OLE color: 1413549.

HSL color Cylindrical-coordinate representation of color #AD9115: hue angle of 48.95º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD9115 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 145 21 -
CMYK 0 0.16 0.88 0.32
HSL 48.95º 0.78% 0.38% -
HSV(B) 48.95º 0.88% 0.68% -
XYZ 27.49 29.19 4.89 -
YUV 139.24 61.28 152.08 -
System Red Green Blue C M Y K H S L
Decimal 173 145 21 0 0.16 0.88 0.32 48.95 0.78 0.38
Hex AD 91 15 0 10 58 20 31 4E 26
Octal 255 221 25 0 20 130 40 61 116 46
Binary 10101101 10010001 10101 0 10000 1011000 100000 110001 1001110 100110

Color Harmonies of #AD9115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9115

Black with #AD9115

Text Example


Text Example

White with #AD9115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9115; }

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

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

background-color css

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

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

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

border-color css

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

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

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