Html Css Color HEX #AD9C0F Lucky

📋 copy color: '#AD9C0F'

red 173 ◦ green 156 ◦ blue 15

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

Shades of Lucky #AD9C0F

Tints of Lucky #AD9C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.36%

R = 50.29%
G = 45.35%
B = 4.36%

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

#AD9C0F (or 0xAD9C0F) is known color: Lucky. HEX triplet: AD, 9C and 0F. RGB value is (173,156,15). Sum of RGB (Red+Green+Blue) = 173+156+15=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9C0F is #5263F0. Grayscale: #919191. Windows color (decimal): -5399537 or 1023149. OLE color: 1023149.

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

Color convert

RGB 173 156 15 -
CMYK 0 0.10 0.91 0.32
HSL 53.54º 0.84% 0.37% -
HSV(B) 53.54º 0.91% 0.68% -
XYZ 29.21 32.7 5.22 -
YUV 145.01 54.63 147.96 -
System Red Green Blue C M Y K H S L
Decimal 173 156 15 0 0.10 0.91 0.32 53.54 0.84 0.37
Hex AD 9C F 0 A 5B 20 36 54 25
Octal 255 234 17 0 12 133 40 66 124 45
Binary 10101101 10011100 1111 0 1010 1011011 100000 110110 1010100 100101

Color Harmonies of #AD9C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9C0F

Black with #AD9C0F

Text Example


Text Example

White with #AD9C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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