Html Css Color HEX #AD960F Lucky

📋 copy color: '#AD960F'

red 173 ◦ green 150 ◦ blue 15

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

Shades of Lucky #AD960F

Tints of Lucky #AD960F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.38%

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

R = 51.18%
G = 44.38%
B = 4.44%

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

#AD960F (or 0xAD960F) is known color: Lucky. HEX triplet: AD, 96 and 0F. RGB value is (173,150,15). Sum of RGB (Red+Green+Blue) = 173+150+15=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD960F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD960F is #5269F0. Grayscale: #8E8E8E. Windows color (decimal): -5401073 or 1021613. OLE color: 1021613.

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

Color convert

RGB 173 150 15 -
CMYK 0 0.13 0.91 0.32
HSL 51.27º 0.84% 0.37% -
HSV(B) 51.27º 0.91% 0.68% -
XYZ 28.23 30.73 4.9 -
YUV 141.49 56.62 150.48 -
System Red Green Blue C M Y K H S L
Decimal 173 150 15 0 0.13 0.91 0.32 51.27 0.84 0.37
Hex AD 96 F 0 D 5B 20 33 54 25
Octal 255 226 17 0 15 133 40 63 124 45
Binary 10101101 10010110 1111 0 1101 1011011 100000 110011 1010100 100101

Color Harmonies of #AD960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD960F

Black with #AD960F

Text Example


Text Example

White with #AD960F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD960F; }

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

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

background-color css

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

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

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

border-color css

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

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

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