Html Css Color HEX #AD9503 Dark Goldenrod

📋 copy color: '#AD9503'

red 173 ◦ green 149 ◦ blue 3

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

Shades of Dark Goldenrod #AD9503

Tints of Dark Goldenrod #AD9503

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.85%

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

R = 53.23%
G = 45.85%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD9503 (or 0xAD9503) is known color: Dark Goldenrod. HEX triplet: AD, 95 and 03. RGB value is (173,149,3). Sum of RGB (Red+Green+Blue) = 173+149+3=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9503 is #526AFC. Grayscale: #8C8C8C. Windows color (decimal): -5401341 or 234925. OLE color: 234925.

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

Color convert

RGB 173 149 3 -
CMYK 0 0.14 0.98 0.32
HSL 51.53º 0.97% 0.35% -
HSV(B) 51.53º 0.98% 0.68% -
XYZ 28 30.39 4.48 -
YUV 139.53 50.95 151.87 -
System Red Green Blue C M Y K H S L
Decimal 173 149 3 0 0.14 0.98 0.32 51.53 0.97 0.35
Hex AD 95 3 0 E 62 20 34 61 23
Octal 255 225 3 0 16 142 40 64 141 43
Binary 10101101 10010101 11 0 1110 1100010 100000 110100 1100001 100011

Color Harmonies of #AD9503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9503

Black with #AD9503

Text Example


Text Example

White with #AD9503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9503; }

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

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

background-color css

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

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

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

border-color css

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

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

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