Html Css Color HEX #AD9414 Lucky

📋 copy color: '#AD9414'

red 173 ◦ green 148 ◦ blue 20

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

Shades of Lucky #AD9414

Tints of Lucky #AD9414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.4%

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

R = 50.73%
G = 43.4%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD9414 (or 0xAD9414) is known color: Lucky. HEX triplet: AD, 94 and 14. RGB value is (173,148,20). Sum of RGB (Red+Green+Blue) = 173+148+20=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9414 is #526BEB. Grayscale: #8D8D8D. Windows color (decimal): -5401580 or 1348781. OLE color: 1348781.

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

Color convert

RGB 173 148 20 -
CMYK 0 0.14 0.88 0.32
HSL 50.2º 0.79% 0.38% -
HSV(B) 50.2º 0.88% 0.68% -
XYZ 27.95 30.11 5 -
YUV 140.88 59.78 150.91 -
System Red Green Blue C M Y K H S L
Decimal 173 148 20 0 0.14 0.88 0.32 50.2 0.79 0.38
Hex AD 94 14 0 E 58 20 32 4F 26
Octal 255 224 24 0 16 130 40 62 117 46
Binary 10101101 10010100 10100 0 1110 1011000 100000 110010 1001111 100110

Color Harmonies of #AD9414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9414

Black with #AD9414

Text Example


Text Example

White with #AD9414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9414; }

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

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

background-color css

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

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

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

border-color css

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

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

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