Html Css Color HEX #AD991F Lucky

📋 copy color: '#AD991F'

red 173 ◦ green 153 ◦ blue 31

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

Shades of Lucky #AD991F

Tints of Lucky #AD991F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.68%

R = 48.46%
G = 42.86%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD991F (or 0xAD991F) is known color: Lucky. HEX triplet: AD, 99 and 1F. RGB value is (173,153,31). Sum of RGB (Red+Green+Blue) = 173+153+31=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 31 (12.5% from 255 or 8.68% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD991F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD991F is #5266E0. Grayscale: #919191. Windows color (decimal): -5400289 or 2070957. OLE color: 2070957.

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

Color convert

RGB 173 153 31 -
CMYK 0 0.12 0.82 0.32
HSL 51.55º 0.7% 0.4% -
HSV(B) 51.55º 0.82% 0.68% -
XYZ 28.87 31.77 5.91 -
YUV 145.07 63.63 147.92 -
System Red Green Blue C M Y K H S L
Decimal 173 153 31 0 0.12 0.82 0.32 51.55 0.7 0.4
Hex AD 99 1F 0 C 52 20 34 46 28
Octal 255 231 37 0 14 122 40 64 106 50
Binary 10101101 10011001 11111 0 1100 1010010 100000 110100 1000110 101000

Color Harmonies of #AD991F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD991F

Black with #AD991F

Text Example


Text Example

White with #AD991F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD991F; }

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

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

background-color css

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

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

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

border-color css

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

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

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