Html Css Color HEX #AD991C Lucky

📋 copy color: '#AD991C'

red 173 ◦ green 153 ◦ blue 28

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

Shades of Lucky #AD991C

Tints of Lucky #AD991C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.22%

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

R = 48.87%
G = 43.22%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD991C (or 0xAD991C) is known color: Lucky. HEX triplet: AD, 99 and 1C. RGB value is (173,153,28). Sum of RGB (Red+Green+Blue) = 173+153+28=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD991C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD991C is #5266E3. Grayscale: #919191. Windows color (decimal): -5400292 or 1874349. OLE color: 1874349.

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

Color convert

RGB 173 153 28 -
CMYK 0 0.12 0.84 0.32
HSL 51.72º 0.72% 0.39% -
HSV(B) 51.72º 0.84% 0.68% -
XYZ 28.83 31.75 5.71 -
YUV 144.73 62.13 148.16 -
System Red Green Blue C M Y K H S L
Decimal 173 153 28 0 0.12 0.84 0.32 51.72 0.72 0.39
Hex AD 99 1C 0 C 54 20 34 48 27
Octal 255 231 34 0 14 124 40 64 110 47
Binary 10101101 10011001 11100 0 1100 1010100 100000 110100 1001000 100111

Color Harmonies of #AD991C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD991C

Black with #AD991C

Text Example


Text Example

White with #AD991C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD991C; }

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

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

background-color css

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

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

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

border-color css

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

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

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