Html Css Color HEX #AD7403 Dark Goldenrod

📋 copy color: '#AD7403'

red 173 ◦ green 116 ◦ blue 3

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

Shades of Dark Goldenrod #AD7403

Tints of Dark Goldenrod #AD7403

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.73%

 BLUE value IS 3 (1.56% from 255) = 1.03%

R = 59.25%
G = 39.73%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD7403 (or 0xAD7403) is known color: Dark Goldenrod. HEX triplet: AD, 74 and 03. RGB value is (173,116,3). Sum of RGB (Red+Green+Blue) = 173+116+3=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7403 is #528BFC. Grayscale: #787878. Windows color (decimal): -5409789 or 226477. OLE color: 226477.

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

Color convert

RGB 173 116 3 -
CMYK 0 0.33 0.98 0.32
HSL 39.88º 0.97% 0.35% -
HSV(B) 39.88º 0.98% 0.68% -
XYZ 23.5 21.38 2.97 -
YUV 120.16 61.88 165.69 -
System Red Green Blue C M Y K H S L
Decimal 173 116 3 0 0.33 0.98 0.32 39.88 0.97 0.35
Hex AD 74 3 0 21 62 20 28 61 23
Octal 255 164 3 0 41 142 40 50 141 43
Binary 10101101 1110100 11 0 100001 1100010 100000 101000 1100001 100011

Color Harmonies of #AD7403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7403

Black with #AD7403

Text Example


Text Example

White with #AD7403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7403; }

 p { color: rgb(173,116,3); }

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

background-color css

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

 a { background-color: rgb(173,116,3); }

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

border-color css

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

 span { border-color: rgb(173,116,3); }

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