Html Css Color HEX #AD9D0A Lucky

📋 copy color: '#AD9D0A'

red 173 ◦ green 157 ◦ blue 10

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

Shades of Lucky #AD9D0A

Tints of Lucky #AD9D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.94%

R = 50.88%
G = 46.18%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD9D0A (or 0xAD9D0A) is known color: Lucky. HEX triplet: AD, 9D and 0A. RGB value is (173,157,10). Sum of RGB (Red+Green+Blue) = 173+157+10=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 157 (61.72% from 255 or 46.18% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9D0A is #5262F5. Grayscale: #919191. Windows color (decimal): -5399286 or 695725. OLE color: 695725.

HSL color Cylindrical-coordinate representation of color #AD9D0A: hue angle of 54.11º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD9D0A is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 157 10 -
CMYK 0 0.09 0.94 0.32
HSL 54.11º 0.89% 0.36% -
HSV(B) 54.11º 0.94% 0.68% -
XYZ 29.35 33.02 5.11 -
YUV 145.03 51.8 147.95 -
System Red Green Blue C M Y K H S L
Decimal 173 157 10 0 0.09 0.94 0.32 54.11 0.89 0.36
Hex AD 9D A 0 9 5E 20 36 59 24
Octal 255 235 12 0 11 136 40 66 131 44
Binary 10101101 10011101 1010 0 1001 1011110 100000 110110 1011001 100100

Color Harmonies of #AD9D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9D0A

Black with #AD9D0A

Text Example


Text Example

White with #AD9D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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