Html Css Color HEX #AD9813 Lucky

📋 copy color: '#AD9813'

red 173 ◦ green 152 ◦ blue 19

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

Shades of Lucky #AD9813

Tints of Lucky #AD9813

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.19%

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

R = 50.29%
G = 44.19%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD9813 (or 0xAD9813) is known color: Lucky. HEX triplet: AD, 98 and 13. RGB value is (173,152,19). Sum of RGB (Red+Green+Blue) = 173+152+19=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9813 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9813 is #5267EC. Grayscale: #8F8F8F. Windows color (decimal): -5400557 or 1284269. OLE color: 1284269.

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

Color convert

RGB 173 152 19 -
CMYK 0 0.12 0.89 0.32
HSL 51.82º 0.8% 0.38% -
HSV(B) 51.82º 0.89% 0.68% -
XYZ 28.58 31.39 5.17 -
YUV 143.12 57.96 149.31 -
System Red Green Blue C M Y K H S L
Decimal 173 152 19 0 0.12 0.89 0.32 51.82 0.8 0.38
Hex AD 98 13 0 C 59 20 34 50 26
Octal 255 230 23 0 14 131 40 64 120 46
Binary 10101101 10011000 10011 0 1100 1011001 100000 110100 1010000 100110

Color Harmonies of #AD9813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9813

Black with #AD9813

Text Example


Text Example

White with #AD9813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9813; }

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

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

background-color css

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

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

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

border-color css

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

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

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