Html Css Color HEX #AD7304 Dark Goldenrod

📋 copy color: '#AD7304'

red 173 ◦ green 115 ◦ blue 4

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

Shades of Dark Goldenrod #AD7304

Tints of Dark Goldenrod #AD7304

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.38%

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

R = 59.25%
G = 39.38%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD7304 (or 0xAD7304) is known color: Dark Goldenrod. HEX triplet: AD, 73 and 04. RGB value is (173,115,4). Sum of RGB (Red+Green+Blue) = 173+115+4=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7304 is #528CFB. Grayscale: #787878. Windows color (decimal): -5410044 or 291757. OLE color: 291757.

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

Color convert

RGB 173 115 4 -
CMYK 0 0.34 0.98 0.32
HSL 39.41º 0.95% 0.35% -
HSV(B) 39.41º 0.98% 0.68% -
XYZ 23.39 21.15 2.97 -
YUV 119.69 62.72 166.03 -
System Red Green Blue C M Y K H S L
Decimal 173 115 4 0 0.34 0.98 0.32 39.41 0.95 0.35
Hex AD 73 4 0 22 62 20 27 5F 23
Octal 255 163 4 0 42 142 40 47 137 43
Binary 10101101 1110011 100 0 100010 1100010 100000 100111 1011111 100011

Color Harmonies of #AD7304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7304

Black with #AD7304

Text Example


Text Example

White with #AD7304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7304; }

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

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

background-color css

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

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

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

border-color css

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

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

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