Html Css Color HEX #AD9213 Lucky

📋 copy color: '#AD9213'

red 173 ◦ green 146 ◦ blue 19

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

Shades of Lucky #AD9213

Tints of Lucky #AD9213

RGB

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

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

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

R = 51.18%
G = 43.2%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD9213 (or 0xAD9213) is known color: Lucky. HEX triplet: AD, 92 and 13. RGB value is (173,146,19). Sum of RGB (Red+Green+Blue) = 173+146+19=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9213 is #526DEC. Grayscale: #8C8C8C. Windows color (decimal): -5402093 or 1282733. OLE color: 1282733.

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

Color convert

RGB 173 146 19 -
CMYK 0 0.16 0.89 0.32
HSL 49.48º 0.8% 0.38% -
HSV(B) 49.48º 0.89% 0.68% -
XYZ 27.63 29.49 4.85 -
YUV 139.6 59.95 151.83 -
System Red Green Blue C M Y K H S L
Decimal 173 146 19 0 0.16 0.89 0.32 49.48 0.8 0.38
Hex AD 92 13 0 10 59 20 31 50 26
Octal 255 222 23 0 20 131 40 61 120 46
Binary 10101101 10010010 10011 0 10000 1011001 100000 110001 1010000 100110

Color Harmonies of #AD9213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9213

Black with #AD9213

Text Example


Text Example

White with #AD9213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9213; }

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

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

background-color css

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

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

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

border-color css

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

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

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