Html Css Color HEX #AD9613 Lucky

📋 copy color: '#AD9613'

red 173 ◦ green 150 ◦ blue 19

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

Shades of Lucky #AD9613

Tints of Lucky #AD9613

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.86%

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

R = 50.58%
G = 43.86%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD9613 (or 0xAD9613) is known color: Lucky. HEX triplet: AD, 96 and 13. RGB value is (173,150,19). Sum of RGB (Red+Green+Blue) = 173+150+19=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9613 is #5269EC. Grayscale: #8E8E8E. Windows color (decimal): -5401069 or 1283757. OLE color: 1283757.

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

Color convert

RGB 173 150 19 -
CMYK 0 0.13 0.89 0.32
HSL 51.04º 0.8% 0.38% -
HSV(B) 51.04º 0.89% 0.68% -
XYZ 28.26 30.74 5.06 -
YUV 141.94 58.62 150.15 -
System Red Green Blue C M Y K H S L
Decimal 173 150 19 0 0.13 0.89 0.32 51.04 0.8 0.38
Hex AD 96 13 0 D 59 20 33 50 26
Octal 255 226 23 0 15 131 40 63 120 46
Binary 10101101 10010110 10011 0 1101 1011001 100000 110011 1010000 100110

Color Harmonies of #AD9613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9613

Black with #AD9613

Text Example


Text Example

White with #AD9613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9613; }

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

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

background-color css

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

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

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

border-color css

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

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

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