Html Css Color HEX #AD9A10 Lucky

📋 copy color: '#AD9A10'

red 173 ◦ green 154 ◦ blue 16

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

Shades of Lucky #AD9A10

Tints of Lucky #AD9A10

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.9%

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

R = 50.44%
G = 44.9%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD9A10 (or 0xAD9A10) is known color: Lucky. HEX triplet: AD, 9A and 10. RGB value is (173,154,16). Sum of RGB (Red+Green+Blue) = 173+154+16=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9A10 is #5265EF. Grayscale: #909090. Windows color (decimal): -5400048 or 1088173. OLE color: 1088173.

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

Color convert

RGB 173 154 16 -
CMYK 0 0.11 0.91 0.32
HSL 52.74º 0.83% 0.37% -
HSV(B) 52.74º 0.91% 0.68% -
XYZ 28.88 32.03 5.15 -
YUV 143.95 55.79 148.72 -
System Red Green Blue C M Y K H S L
Decimal 173 154 16 0 0.11 0.91 0.32 52.74 0.83 0.37
Hex AD 9A 10 0 B 5B 20 35 53 25
Octal 255 232 20 0 13 133 40 65 123 45
Binary 10101101 10011010 10000 0 1011 1011011 100000 110101 1010011 100101

Color Harmonies of #AD9A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9A10

Black with #AD9A10

Text Example


Text Example

White with #AD9A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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