Html Css Color HEX #AD911E Lucky

📋 copy color: '#AD911E'

red 173 ◦ green 145 ◦ blue 30

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

Shades of Lucky #AD911E

Tints of Lucky #AD911E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.62%

R = 49.71%
G = 41.67%
B = 8.62%

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

#AD911E (or 0xAD911E) is known color: Lucky. HEX triplet: AD, 91 and 1E. RGB value is (173,145,30). Sum of RGB (Red+Green+Blue) = 173+145+30=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD911E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD911E is #526EE1. Grayscale: #8C8C8C. Windows color (decimal): -5402338 or 2003373. OLE color: 2003373.

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

Color convert

RGB 173 145 30 -
CMYK 0 0.16 0.83 0.32
HSL 48.25º 0.7% 0.4% -
HSV(B) 48.25º 0.83% 0.68% -
XYZ 27.59 29.23 5.42 -
YUV 140.26 65.78 151.35 -
System Red Green Blue C M Y K H S L
Decimal 173 145 30 0 0.16 0.83 0.32 48.25 0.7 0.4
Hex AD 91 1E 0 10 53 20 30 46 28
Octal 255 221 36 0 20 123 40 60 106 50
Binary 10101101 10010001 11110 0 10000 1010011 100000 110000 1000110 101000

Color Harmonies of #AD911E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD911E

Black with #AD911E

Text Example


Text Example

White with #AD911E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD911E; }

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

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

background-color css

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

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

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

border-color css

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

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

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