Html Css Color HEX #AD9714 Lucky

📋 copy color: '#AD9714'

red 173 ◦ green 151 ◦ blue 20

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

Shades of Lucky #AD9714

Tints of Lucky #AD9714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.81%

R = 50.29%
G = 43.9%
B = 5.81%

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

#AD9714 (or 0xAD9714) is known color: Lucky. HEX triplet: AD, 97 and 14. RGB value is (173,151,20). Sum of RGB (Red+Green+Blue) = 173+151+20=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9714 is #5268EB. Grayscale: #8F8F8F. Windows color (decimal): -5400812 or 1349549. OLE color: 1349549.

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

Color convert

RGB 173 151 20 -
CMYK 0 0.13 0.88 0.32
HSL 51.37º 0.79% 0.38% -
HSV(B) 51.37º 0.88% 0.68% -
XYZ 28.43 31.07 5.16 -
YUV 142.64 58.79 149.65 -
System Red Green Blue C M Y K H S L
Decimal 173 151 20 0 0.13 0.88 0.32 51.37 0.79 0.38
Hex AD 97 14 0 D 58 20 33 4F 26
Octal 255 227 24 0 15 130 40 63 117 46
Binary 10101101 10010111 10100 0 1101 1011000 100000 110011 1001111 100110

Color Harmonies of #AD9714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9714

Black with #AD9714

Text Example


Text Example

White with #AD9714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9714; }

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

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

background-color css

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

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

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

border-color css

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

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

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