Html Css Color HEX #AD911C Lucky

📋 copy color: '#AD911C'

red 173 ◦ green 145 ◦ blue 28

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

Shades of Lucky #AD911C

Tints of Lucky #AD911C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.09%

R = 50%
G = 41.91%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD911C (or 0xAD911C) is known color: Lucky. HEX triplet: AD, 91 and 1C. RGB value is (173,145,28). Sum of RGB (Red+Green+Blue) = 173+145+28=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD911C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD911C is #526EE3. Grayscale: #8C8C8C. Windows color (decimal): -5402340 or 1872301. OLE color: 1872301.

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

Color convert

RGB 173 145 28 -
CMYK 0 0.16 0.84 0.32
HSL 48.41º 0.72% 0.39% -
HSV(B) 48.41º 0.84% 0.68% -
XYZ 27.57 29.22 5.29 -
YUV 140.03 64.78 151.51 -
System Red Green Blue C M Y K H S L
Decimal 173 145 28 0 0.16 0.84 0.32 48.41 0.72 0.39
Hex AD 91 1C 0 10 54 20 30 48 27
Octal 255 221 34 0 20 124 40 60 110 47
Binary 10101101 10010001 11100 0 10000 1010100 100000 110000 1001000 100111

Color Harmonies of #AD911C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD911C

Black with #AD911C

Text Example


Text Example

White with #AD911C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD911C; }

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

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

background-color css

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

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

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

border-color css

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

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

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