Html Css Color HEX #AD911D Lucky

📋 copy color: '#AD911D'

red 173 ◦ green 145 ◦ blue 29

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

Shades of Lucky #AD911D

Tints of Lucky #AD911D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.79%

 BLUE value IS 29 (11.72% from 255) = 8.36%

R = 49.86%
G = 41.79%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD911D (or 0xAD911D) is known color: Lucky. HEX triplet: AD, 91 and 1D. RGB value is (173,145,29). Sum of RGB (Red+Green+Blue) = 173+145+29=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD911D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD911D is #526EE2. Grayscale: #8C8C8C. Windows color (decimal): -5402339 or 1937837. OLE color: 1937837.

HSL color Cylindrical-coordinate representation of color #AD911D: hue angle of 48.33º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD911D is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 145 29 -
CMYK 0 0.16 0.83 0.32
HSL 48.33º 0.71% 0.4% -
HSV(B) 48.33º 0.83% 0.68% -
XYZ 27.58 29.22 5.35 -
YUV 140.15 65.28 151.43 -
System Red Green Blue C M Y K H S L
Decimal 173 145 29 0 0.16 0.83 0.32 48.33 0.71 0.4
Hex AD 91 1D 0 10 53 20 30 47 28
Octal 255 221 35 0 20 123 40 60 107 50
Binary 10101101 10010001 11101 0 10000 1010011 100000 110000 1000111 101000

Color Harmonies of #AD911D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD911D

Black with #AD911D

Text Example


Text Example

White with #AD911D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD911D; }

 p { color: rgb(173,145,29); }

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

background-color css

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

 a { background-color: rgb(173,145,29); }

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

border-color css

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

 span { border-color: rgb(173,145,29); }

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