Html Css Color HEX #AD9710 Lucky

📋 copy color: '#AD9710'

red 173 ◦ green 151 ◦ blue 16

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

Shades of Lucky #AD9710

Tints of Lucky #AD9710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.71%

R = 50.88%
G = 44.41%
B = 4.71%

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

#AD9710 (or 0xAD9710) is known color: Lucky. HEX triplet: AD, 97 and 10. RGB value is (173,151,16). Sum of RGB (Red+Green+Blue) = 173+151+16=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 151 (59.38% from 255 or 44.41% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9710 is #5268EF. Grayscale: #8E8E8E. Windows color (decimal): -5400816 or 1087405. OLE color: 1087405.

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

Color convert

RGB 173 151 16 -
CMYK 0 0.13 0.91 0.32
HSL 51.59º 0.83% 0.37% -
HSV(B) 51.59º 0.91% 0.68% -
XYZ 28.39 31.05 4.99 -
YUV 142.19 56.79 149.98 -
System Red Green Blue C M Y K H S L
Decimal 173 151 16 0 0.13 0.91 0.32 51.59 0.83 0.37
Hex AD 97 10 0 D 5B 20 34 53 25
Octal 255 227 20 0 15 133 40 64 123 45
Binary 10101101 10010111 10000 0 1101 1011011 100000 110100 1010011 100101

Color Harmonies of #AD9710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9710

Black with #AD9710

Text Example


Text Example

White with #AD9710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9710; }

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

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

background-color css

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

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

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

border-color css

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

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

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