Html Css Color HEX #AD9713 Lucky

📋 copy color: '#AD9713'

red 173 ◦ green 151 ◦ blue 19

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

Shades of Lucky #AD9713

Tints of Lucky #AD9713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.54%

R = 50.44%
G = 44.02%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD9713 (or 0xAD9713) is known color: Lucky. HEX triplet: AD, 97 and 13. RGB value is (173,151,19). Sum of RGB (Red+Green+Blue) = 173+151+19=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9713 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9713 is #5268EC. Grayscale: #8F8F8F. Windows color (decimal): -5400813 or 1284013. OLE color: 1284013.

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

Color convert

RGB 173 151 19 -
CMYK 0 0.13 0.89 0.32
HSL 51.43º 0.8% 0.38% -
HSV(B) 51.43º 0.89% 0.68% -
XYZ 28.42 31.06 5.11 -
YUV 142.53 58.29 149.73 -
System Red Green Blue C M Y K H S L
Decimal 173 151 19 0 0.13 0.89 0.32 51.43 0.8 0.38
Hex AD 97 13 0 D 59 20 33 50 26
Octal 255 227 23 0 15 131 40 63 120 46
Binary 10101101 10010111 10011 0 1101 1011001 100000 110011 1010000 100110

Color Harmonies of #AD9713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9713

Black with #AD9713

Text Example


Text Example

White with #AD9713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9713; }

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

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

background-color css

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

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

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

border-color css

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

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

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