Html Css Color HEX #AD9214 Lucky

📋 copy color: '#AD9214'

red 173 ◦ green 146 ◦ blue 20

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

Shades of Lucky #AD9214

Tints of Lucky #AD9214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.07%

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

R = 51.03%
G = 43.07%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD9214 (or 0xAD9214) is known color: Lucky. HEX triplet: AD, 92 and 14. RGB value is (173,146,20). Sum of RGB (Red+Green+Blue) = 173+146+20=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9214 is #526DEB. Grayscale: #8C8C8C. Windows color (decimal): -5402092 or 1348269. OLE color: 1348269.

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

Color convert

RGB 173 146 20 -
CMYK 0 0.16 0.88 0.32
HSL 49.41º 0.79% 0.38% -
HSV(B) 49.41º 0.88% 0.68% -
XYZ 27.64 29.49 4.9 -
YUV 139.71 60.45 151.75 -
System Red Green Blue C M Y K H S L
Decimal 173 146 20 0 0.16 0.88 0.32 49.41 0.79 0.38
Hex AD 92 14 0 10 58 20 31 4F 26
Octal 255 222 24 0 20 130 40 61 117 46
Binary 10101101 10010010 10100 0 10000 1011000 100000 110001 1001111 100110

Color Harmonies of #AD9214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9214

Black with #AD9214

Text Example


Text Example

White with #AD9214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9214; }

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

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

background-color css

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

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

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

border-color css

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

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

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