Html Css Color HEX #AD9715 Lucky

📋 copy color: '#AD9715'

red 173 ◦ green 151 ◦ blue 21

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

Shades of Lucky #AD9715

Tints of Lucky #AD9715

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.77%

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

R = 50.14%
G = 43.77%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD9715 (or 0xAD9715) is known color: Lucky. HEX triplet: AD, 97 and 15. RGB value is (173,151,21). Sum of RGB (Red+Green+Blue) = 173+151+21=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9715 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9715 is #5268EA. Grayscale: #8F8F8F. Windows color (decimal): -5400811 or 1415085. OLE color: 1415085.

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

Color convert

RGB 173 151 21 -
CMYK 0 0.13 0.88 0.32
HSL 51.32º 0.78% 0.38% -
HSV(B) 51.32º 0.88% 0.68% -
XYZ 28.44 31.07 5.21 -
YUV 142.76 59.29 149.57 -
System Red Green Blue C M Y K H S L
Decimal 173 151 21 0 0.13 0.88 0.32 51.32 0.78 0.38
Hex AD 97 15 0 D 58 20 33 4E 26
Octal 255 227 25 0 15 130 40 63 116 46
Binary 10101101 10010111 10101 0 1101 1011000 100000 110011 1001110 100110

Color Harmonies of #AD9715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9715

Black with #AD9715

Text Example


Text Example

White with #AD9715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9715; }

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

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

background-color css

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

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

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

border-color css

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

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

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