Html Css Color HEX #AD9706 Lucky

📋 copy color: '#AD9706'

red 173 ◦ green 151 ◦ blue 6

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

Shades of Lucky #AD9706

Tints of Lucky #AD9706

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.76%

 BLUE value IS 6 (2.73% from 255) = 1.82%

R = 52.42%
G = 45.76%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD9706 (or 0xAD9706) is known color: Lucky. HEX triplet: AD, 97 and 06. RGB value is (173,151,6). Sum of RGB (Red+Green+Blue) = 173+151+6=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 6 (2.73% from 255 or 1.82% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9706 is #5268F9. Grayscale: #8D8D8D. Windows color (decimal): -5400826 or 432045. OLE color: 432045.

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

Color convert

RGB 173 151 6 -
CMYK 0 0.13 0.97 0.32
HSL 52.1º 0.93% 0.35% -
HSV(B) 52.1º 0.97% 0.68% -
XYZ 28.33 31.03 4.67 -
YUV 141.05 51.79 150.79 -
System Red Green Blue C M Y K H S L
Decimal 173 151 6 0 0.13 0.97 0.32 52.1 0.93 0.35
Hex AD 97 6 0 D 61 20 34 5D 23
Octal 255 227 6 0 15 141 40 64 135 43
Binary 10101101 10010111 110 0 1101 1100001 100000 110100 1011101 100011

Color Harmonies of #AD9706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9706

Black with #AD9706

Text Example


Text Example

White with #AD9706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9706; }

 p { color: rgb(173,151,6); }

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

background-color css

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

 a { background-color: rgb(173,151,6); }

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

border-color css

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

 span { border-color: rgb(173,151,6); }

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