Html Css Color HEX #AD971E Lucky

📋 copy color: '#AD971E'

red 173 ◦ green 151 ◦ blue 30

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

Shades of Lucky #AD971E

Tints of Lucky #AD971E

RGB

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

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

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

R = 48.87%
G = 42.66%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD971E (or 0xAD971E) is known color: Lucky. HEX triplet: AD, 97 and 1E. RGB value is (173,151,30). Sum of RGB (Red+Green+Blue) = 173+151+30=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD971E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD971E is #5268E1. Grayscale: #909090. Windows color (decimal): -5400802 or 2004909. OLE color: 2004909.

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

Color convert

RGB 173 151 30 -
CMYK 0 0.13 0.83 0.32
HSL 50.77º 0.7% 0.4% -
HSV(B) 50.77º 0.83% 0.68% -
XYZ 28.53 31.11 5.73 -
YUV 143.78 63.79 148.84 -
System Red Green Blue C M Y K H S L
Decimal 173 151 30 0 0.13 0.83 0.32 50.77 0.7 0.4
Hex AD 97 1E 0 D 53 20 33 46 28
Octal 255 227 36 0 15 123 40 63 106 50
Binary 10101101 10010111 11110 0 1101 1010011 100000 110011 1000110 101000

Color Harmonies of #AD971E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD971E

Black with #AD971E

Text Example


Text Example

White with #AD971E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD971E; }

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

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

background-color css

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

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

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

border-color css

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

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

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