Html Css Color HEX #AD971F Lucky

📋 copy color: '#AD971F'

red 173 ◦ green 151 ◦ blue 31

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

Shades of Lucky #AD971F

Tints of Lucky #AD971F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.54%

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

R = 48.73%
G = 42.54%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD971F (or 0xAD971F) is known color: Lucky. HEX triplet: AD, 97 and 1F. RGB value is (173,151,31). Sum of RGB (Red+Green+Blue) = 173+151+31=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD971F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD971F is #5268E0. Grayscale: #909090. Windows color (decimal): -5400801 or 2070445. OLE color: 2070445.

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

Color convert

RGB 173 151 31 -
CMYK 0 0.13 0.82 0.32
HSL 50.7º 0.7% 0.4% -
HSV(B) 50.7º 0.82% 0.68% -
XYZ 28.55 31.12 5.8 -
YUV 143.9 64.29 148.76 -
System Red Green Blue C M Y K H S L
Decimal 173 151 31 0 0.13 0.82 0.32 50.7 0.7 0.4
Hex AD 97 1F 0 D 52 20 33 46 28
Octal 255 227 37 0 15 122 40 63 106 50
Binary 10101101 10010111 11111 0 1101 1010010 100000 110011 1000110 101000

Color Harmonies of #AD971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD971F

Black with #AD971F

Text Example


Text Example

White with #AD971F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD971F; }

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

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

background-color css

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

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

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

border-color css

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

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

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