Html Css Color HEX #AD9015 Lucky

📋 copy color: '#AD9015'

red 173 ◦ green 144 ◦ blue 21

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

Shades of Lucky #AD9015

Tints of Lucky #AD9015

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.6%

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

R = 51.18%
G = 42.6%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD9015 (or 0xAD9015) is known color: Lucky. HEX triplet: AD, 90 and 15. RGB value is (173,144,21). Sum of RGB (Red+Green+Blue) = 173+144+21=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9015 is #526FEA. Grayscale: #8B8B8B. Windows color (decimal): -5402603 or 1413293. OLE color: 1413293.

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

Color convert

RGB 173 144 21 -
CMYK 0 0.17 0.88 0.32
HSL 48.55º 0.78% 0.38% -
HSV(B) 48.55º 0.88% 0.68% -
XYZ 27.34 28.88 4.84 -
YUV 138.65 61.61 152.5 -
System Red Green Blue C M Y K H S L
Decimal 173 144 21 0 0.17 0.88 0.32 48.55 0.78 0.38
Hex AD 90 15 0 11 58 20 31 4E 26
Octal 255 220 25 0 21 130 40 61 116 46
Binary 10101101 10010000 10101 0 10001 1011000 100000 110001 1001110 100110

Color Harmonies of #AD9015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9015

Black with #AD9015

Text Example


Text Example

White with #AD9015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9015; }

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

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

background-color css

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

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

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

border-color css

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

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

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