Html Css Color HEX #AD9704 Lucky

📋 copy color: '#AD9704'

red 173 ◦ green 151 ◦ blue 4

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

Shades of Lucky #AD9704

Tints of Lucky #AD9704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.22%

R = 52.74%
G = 46.04%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD9704 (or 0xAD9704) is known color: Lucky. HEX triplet: AD, 97 and 04. RGB value is (173,151,4). Sum of RGB (Red+Green+Blue) = 173+151+4=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 151 (59.38% from 255 or 46.04% from 328); Blue value is 4 (1.95% from 255 or 1.22% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9704 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9704 is #5268FB. Grayscale: #8D8D8D. Windows color (decimal): -5400828 or 300973. OLE color: 300973.

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

Color convert

RGB 173 151 4 -
CMYK 0 0.13 0.98 0.32
HSL 52.19º 0.95% 0.35% -
HSV(B) 52.19º 0.98% 0.68% -
XYZ 28.32 31.03 4.61 -
YUV 140.82 50.79 150.95 -
System Red Green Blue C M Y K H S L
Decimal 173 151 4 0 0.13 0.98 0.32 52.19 0.95 0.35
Hex AD 97 4 0 D 62 20 34 5F 23
Octal 255 227 4 0 15 142 40 64 137 43
Binary 10101101 10010111 100 0 1101 1100010 100000 110100 1011111 100011

Color Harmonies of #AD9704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9704

Black with #AD9704

Text Example


Text Example

White with #AD9704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9704; }

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

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

background-color css

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

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

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

border-color css

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

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

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