Html Css Color HEX #AD9C10 Lucky

📋 copy color: '#AD9C10'

red 173 ◦ green 156 ◦ blue 16

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

Shades of Lucky #AD9C10

Tints of Lucky #AD9C10

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.22%

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

R = 50.14%
G = 45.22%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD9C10 (or 0xAD9C10) is known color: Lucky. HEX triplet: AD, 9C and 10. RGB value is (173,156,16). Sum of RGB (Red+Green+Blue) = 173+156+16=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9C10 is #5263EF. Grayscale: #919191. Windows color (decimal): -5399536 or 1088685. OLE color: 1088685.

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

Color convert

RGB 173 156 16 -
CMYK 0 0.10 0.91 0.32
HSL 53.5º 0.83% 0.37% -
HSV(B) 53.5º 0.91% 0.68% -
XYZ 29.22 32.7 5.26 -
YUV 145.12 55.13 147.88 -
System Red Green Blue C M Y K H S L
Decimal 173 156 16 0 0.10 0.91 0.32 53.5 0.83 0.37
Hex AD 9C 10 0 A 5B 20 36 53 25
Octal 255 234 20 0 12 133 40 66 123 45
Binary 10101101 10011100 10000 0 1010 1011011 100000 110110 1010011 100101

Color Harmonies of #AD9C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9C10

Black with #AD9C10

Text Example


Text Example

White with #AD9C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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