Html Css Color HEX #AD9F07 Lucky

📋 copy color: '#AD9F07'

red 173 ◦ green 159 ◦ blue 7

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

Shades of Lucky #AD9F07

Tints of Lucky #AD9F07

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.9%

 BLUE value IS 7 (3.13% from 255) = 2.06%

R = 51.03%
G = 46.9%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AD9F07 (or 0xAD9F07) is known color: Lucky. HEX triplet: AD, 9F and 07. RGB value is (173,159,7). Sum of RGB (Red+Green+Blue) = 173+159+7=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 7 (3.12% from 255 or 2.06% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9F07 is #5260F8. Grayscale: #929292. Windows color (decimal): -5398777 or 499629. OLE color: 499629.

HSL color Cylindrical-coordinate representation of color #AD9F07: hue angle of 54.94º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD9F07 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 159 7 -
CMYK 0 0.08 0.96 0.32
HSL 54.94º 0.92% 0.35% -
HSV(B) 54.94º 0.96% 0.68% -
XYZ 29.67 33.7 5.14 -
YUV 145.86 49.64 147.36 -
System Red Green Blue C M Y K H S L
Decimal 173 159 7 0 0.08 0.96 0.32 54.94 0.92 0.35
Hex AD 9F 7 0 8 60 20 37 5C 23
Octal 255 237 7 0 10 140 40 67 134 43
Binary 10101101 10011111 111 0 1000 1100000 100000 110111 1011100 100011

Color Harmonies of #AD9F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F07

Black with #AD9F07

Text Example


Text Example

White with #AD9F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F07; }

 p { color: rgb(173,159,7); }

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

background-color css

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

 a { background-color: rgb(173,159,7); }

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

border-color css

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

 span { border-color: rgb(173,159,7); }

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