Html Css Color HEX #AD7503 Dark Goldenrod

📋 copy color: '#AD7503'

red 173 ◦ green 117 ◦ blue 3

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

Shades of Dark Goldenrod #AD7503

Tints of Dark Goldenrod #AD7503

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.93%

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

R = 59.04%
G = 39.93%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD7503 (or 0xAD7503) is known color: Dark Goldenrod. HEX triplet: AD, 75 and 03. RGB value is (173,117,3). Sum of RGB (Red+Green+Blue) = 173+117+3=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7503 is #528AFC. Grayscale: #797979. Windows color (decimal): -5409533 or 226733. OLE color: 226733.

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

Color convert

RGB 173 117 3 -
CMYK 0 0.32 0.98 0.32
HSL 40.24º 0.97% 0.35% -
HSV(B) 40.24º 0.98% 0.68% -
XYZ 23.61 21.61 3.01 -
YUV 120.75 61.55 165.27 -
System Red Green Blue C M Y K H S L
Decimal 173 117 3 0 0.32 0.98 0.32 40.24 0.97 0.35
Hex AD 75 3 0 20 62 20 28 61 23
Octal 255 165 3 0 40 142 40 50 141 43
Binary 10101101 1110101 11 0 100000 1100010 100000 101000 1100001 100011

Color Harmonies of #AD7503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7503

Black with #AD7503

Text Example


Text Example

White with #AD7503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7503; }

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

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

background-color css

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

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

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

border-color css

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

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

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