Html Css Color HEX #AD9513 Lucky

📋 copy color: '#AD9513'

red 173 ◦ green 149 ◦ blue 19

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

Shades of Lucky #AD9513

Tints of Lucky #AD9513

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.7%

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

R = 50.73%
G = 43.7%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD9513 (or 0xAD9513) is known color: Lucky. HEX triplet: AD, 95 and 13. RGB value is (173,149,19). Sum of RGB (Red+Green+Blue) = 173+149+19=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9513 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9513 is #526AEC. Grayscale: #8D8D8D. Windows color (decimal): -5401325 or 1283501. OLE color: 1283501.

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

Color convert

RGB 173 149 19 -
CMYK 0 0.14 0.89 0.32
HSL 50.65º 0.8% 0.38% -
HSV(B) 50.65º 0.89% 0.68% -
XYZ 28.1 30.43 5.01 -
YUV 141.36 58.95 150.57 -
System Red Green Blue C M Y K H S L
Decimal 173 149 19 0 0.14 0.89 0.32 50.65 0.8 0.38
Hex AD 95 13 0 E 59 20 33 50 26
Octal 255 225 23 0 16 131 40 63 120 46
Binary 10101101 10010101 10011 0 1110 1011001 100000 110011 1010000 100110

Color Harmonies of #AD9513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9513

Black with #AD9513

Text Example


Text Example

White with #AD9513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9513; }

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

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

background-color css

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

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

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

border-color css

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

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

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