Html Css Color HEX #AD9A0F Lucky

📋 copy color: '#AD9A0F'

red 173 ◦ green 154 ◦ blue 15

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

Shades of Lucky #AD9A0F

Tints of Lucky #AD9A0F

RGB

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

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

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

R = 50.58%
G = 45.03%
B = 4.39%

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

#AD9A0F (or 0xAD9A0F) is known color: Lucky. HEX triplet: AD, 9A and 0F. RGB value is (173,154,15). Sum of RGB (Red+Green+Blue) = 173+154+15=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 15 (6.25% from 255 or 4.39% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9A0F is #5265F0. Grayscale: #909090. Windows color (decimal): -5400049 or 1022637. OLE color: 1022637.

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

Color convert

RGB 173 154 15 -
CMYK 0 0.11 0.91 0.32
HSL 52.78º 0.84% 0.37% -
HSV(B) 52.78º 0.91% 0.68% -
XYZ 28.88 32.03 5.11 -
YUV 143.84 55.29 148.8 -
System Red Green Blue C M Y K H S L
Decimal 173 154 15 0 0.11 0.91 0.32 52.78 0.84 0.37
Hex AD 9A F 0 B 5B 20 35 54 25
Octal 255 232 17 0 13 133 40 65 124 45
Binary 10101101 10011010 1111 0 1011 1011011 100000 110101 1010100 100101

Color Harmonies of #AD9A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9A0F

Black with #AD9A0F

Text Example


Text Example

White with #AD9A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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