Html Css Color HEX #AD9304 Dark Goldenrod

📋 copy color: '#AD9304'

red 173 ◦ green 147 ◦ blue 4

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

Shades of Dark Goldenrod #AD9304

Tints of Dark Goldenrod #AD9304

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.37%

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

R = 53.4%
G = 45.37%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD9304 (or 0xAD9304) is known color: Dark Goldenrod. HEX triplet: AD, 93 and 04. RGB value is (173,147,4). Sum of RGB (Red+Green+Blue) = 173+147+4=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9304 is #526CFB. Grayscale: #8B8B8B. Windows color (decimal): -5401852 or 299949. OLE color: 299949.

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

Color convert

RGB 173 147 4 -
CMYK 0 0.15 0.98 0.32
HSL 50.77º 0.95% 0.35% -
HSV(B) 50.77º 0.98% 0.68% -
XYZ 27.69 29.76 4.4 -
YUV 138.47 52.11 152.63 -
System Red Green Blue C M Y K H S L
Decimal 173 147 4 0 0.15 0.98 0.32 50.77 0.95 0.35
Hex AD 93 4 0 F 62 20 33 5F 23
Octal 255 223 4 0 17 142 40 63 137 43
Binary 10101101 10010011 100 0 1111 1100010 100000 110011 1011111 100011

Color Harmonies of #AD9304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9304

Black with #AD9304

Text Example


Text Example

White with #AD9304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9304; }

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

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

background-color css

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

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

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

border-color css

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

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

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