Html Css Color HEX #AD8503 Dark Goldenrod

📋 copy color: '#AD8503'

red 173 ◦ green 133 ◦ blue 3

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

Shades of Dark Goldenrod #AD8503

Tints of Dark Goldenrod #AD8503

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.04%

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

R = 55.99%
G = 43.04%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD8503 (or 0xAD8503) is known color: Dark Goldenrod. HEX triplet: AD, 85 and 03. RGB value is (173,133,3). Sum of RGB (Red+Green+Blue) = 173+133+3=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8503 is #527AFC. Grayscale: #828282. Windows color (decimal): -5405437 or 230829. OLE color: 230829.

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

Color convert

RGB 173 133 3 -
CMYK 0 0.23 0.98 0.32
HSL 45.88º 0.97% 0.35% -
HSV(B) 45.88º 0.98% 0.68% -
XYZ 25.64 25.67 3.69 -
YUV 130.14 56.25 158.57 -
System Red Green Blue C M Y K H S L
Decimal 173 133 3 0 0.23 0.98 0.32 45.88 0.97 0.35
Hex AD 85 3 0 17 62 20 2E 61 23
Octal 255 205 3 0 27 142 40 56 141 43
Binary 10101101 10000101 11 0 10111 1100010 100000 101110 1100001 100011

Color Harmonies of #AD8503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8503

Black with #AD8503

Text Example


Text Example

White with #AD8503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8503; }

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

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

background-color css

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

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

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

border-color css

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

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

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