Html Css Color HEX #AD9400 Dark Goldenrod

📋 copy color: '#AD9400'

red 173 ◦ green 148 ◦ blue 0

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

Shades of Dark Goldenrod #AD9400

Tints of Dark Goldenrod #AD9400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.89%
G = 46.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AD9400 (or 0xAD9400) is known color: Dark Goldenrod. HEX triplet: AD, 94 and 00. RGB value is (173,148,0). Sum of RGB (Red+Green+Blue) = 173+148+0=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9400 is #526BFF. Grayscale: #8B8B8B. Windows color (decimal): -5401600 or 38061. OLE color: 38061.

HSL color Cylindrical-coordinate representation of color #AD9400: hue angle of 51.33º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD9400 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 148 0 -
CMYK 0 0.14 1 0.32
HSL 51.33º 1% 0.34% -
HSV(B) 51.33º 1% 0.68% -
XYZ 27.82 30.06 4.34 -
YUV 138.6 49.78 152.53 -
System Red Green Blue C M Y K H S L
Decimal 173 148 0 0 0.14 1 0.32 51.33 1 0.34
Hex AD 94 0 0 E 64 20 33 64 22
Octal 255 224 0 0 16 144 40 63 144 42
Binary 10101101 10010100 0 0 1110 1100100 100000 110011 1100100 100010

Color Harmonies of #AD9400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9400

Black with #AD9400

Text Example


Text Example

White with #AD9400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9400; }

 p { color: rgb(173,148,0); }

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

background-color css

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

 a { background-color: rgb(173,148,0); }

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

border-color css

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

 span { border-color: rgb(173,148,0); }

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