Html Css Color HEX #AD9403 Dark Goldenrod

📋 copy color: '#AD9403'

red 173 ◦ green 148 ◦ blue 3

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

Shades of Dark Goldenrod #AD9403

Tints of Dark Goldenrod #AD9403

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.68%

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

R = 53.4%
G = 45.68%
B = 0.93%

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

#AD9403 (or 0xAD9403) is known color: Dark Goldenrod. HEX triplet: AD, 94 and 03. RGB value is (173,148,3). Sum of RGB (Red+Green+Blue) = 173+148+3=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 3 (1.56% from 255 or 0.93% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9403 is #526BFC. Grayscale: #8B8B8B. Windows color (decimal): -5401597 or 234669. OLE color: 234669.

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

Color convert

RGB 173 148 3 -
CMYK 0 0.14 0.98 0.32
HSL 51.18º 0.97% 0.35% -
HSV(B) 51.18º 0.98% 0.68% -
XYZ 27.84 30.07 4.42 -
YUV 138.95 51.28 152.29 -
System Red Green Blue C M Y K H S L
Decimal 173 148 3 0 0.14 0.98 0.32 51.18 0.97 0.35
Hex AD 94 3 0 E 62 20 33 61 23
Octal 255 224 3 0 16 142 40 63 141 43
Binary 10101101 10010100 11 0 1110 1100010 100000 110011 1100001 100011

Color Harmonies of #AD9403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9403

Black with #AD9403

Text Example


Text Example

White with #AD9403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9403; }

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

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

background-color css

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

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

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

border-color css

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

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

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