Html Css Color HEX #AD970F Lucky

📋 copy color: '#AD970F'

red 173 ◦ green 151 ◦ blue 15

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

Shades of Lucky #AD970F

Tints of Lucky #AD970F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.42%

R = 51.03%
G = 44.54%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD970F (or 0xAD970F) is known color: Lucky. HEX triplet: AD, 97 and 0F. RGB value is (173,151,15). Sum of RGB (Red+Green+Blue) = 173+151+15=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD970F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD970F is #5268F0. Grayscale: #8E8E8E. Windows color (decimal): -5400817 or 1021869. OLE color: 1021869.

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

Color convert

RGB 173 151 15 -
CMYK 0 0.13 0.91 0.32
HSL 51.65º 0.84% 0.37% -
HSV(B) 51.65º 0.91% 0.68% -
XYZ 28.39 31.05 4.95 -
YUV 142.07 56.29 150.06 -
System Red Green Blue C M Y K H S L
Decimal 173 151 15 0 0.13 0.91 0.32 51.65 0.84 0.37
Hex AD 97 F 0 D 5B 20 34 54 25
Octal 255 227 17 0 15 133 40 64 124 45
Binary 10101101 10010111 1111 0 1101 1011011 100000 110100 1010100 100101

Color Harmonies of #AD970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD970F

Black with #AD970F

Text Example


Text Example

White with #AD970F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD970F; }

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

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

background-color css

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

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

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

border-color css

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

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

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