Html Css Color HEX #AD9D10 Lucky

📋 copy color: '#AD9D10'

red 173 ◦ green 157 ◦ blue 16

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

Shades of Lucky #AD9D10

Tints of Lucky #AD9D10

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.38%

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

R = 50%
G = 45.38%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD9D10 (or 0xAD9D10) is known color: Lucky. HEX triplet: AD, 9D and 10. RGB value is (173,157,16). Sum of RGB (Red+Green+Blue) = 173+157+16=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9D10 is #5262EF. Grayscale: #929292. Windows color (decimal): -5399280 or 1088941. OLE color: 1088941.

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

Color convert

RGB 173 157 16 -
CMYK 0 0.09 0.91 0.32
HSL 53.89º 0.83% 0.37% -
HSV(B) 53.89º 0.91% 0.68% -
XYZ 29.38 33.04 5.32 -
YUV 145.71 54.8 147.46 -
System Red Green Blue C M Y K H S L
Decimal 173 157 16 0 0.09 0.91 0.32 53.89 0.83 0.37
Hex AD 9D 10 0 9 5B 20 36 53 25
Octal 255 235 20 0 11 133 40 66 123 45
Binary 10101101 10011101 10000 0 1001 1011011 100000 110110 1010011 100101

Color Harmonies of #AD9D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9D10

Black with #AD9D10

Text Example


Text Example

White with #AD9D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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