Html Css Color HEX #AD9003 Dark Goldenrod

📋 copy color: '#AD9003'

red 173 ◦ green 144 ◦ blue 3

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

Shades of Dark Goldenrod #AD9003

Tints of Dark Goldenrod #AD9003

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45%

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

R = 54.06%
G = 45%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD9003 (or 0xAD9003) is known color: Dark Goldenrod. HEX triplet: AD, 90 and 03. RGB value is (173,144,3). Sum of RGB (Red+Green+Blue) = 173+144+3=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9003 is #526FFC. Grayscale: #898989. Windows color (decimal): -5402621 or 233645. OLE color: 233645.

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

Color convert

RGB 173 144 3 -
CMYK 0 0.17 0.98 0.32
HSL 49.76º 0.97% 0.35% -
HSV(B) 49.76º 0.98% 0.68% -
XYZ 27.22 28.84 4.22 -
YUV 136.6 52.61 153.96 -
System Red Green Blue C M Y K H S L
Decimal 173 144 3 0 0.17 0.98 0.32 49.76 0.97 0.35
Hex AD 90 3 0 11 62 20 32 61 23
Octal 255 220 3 0 21 142 40 62 141 43
Binary 10101101 10010000 11 0 10001 1100010 100000 110010 1100001 100011

Color Harmonies of #AD9003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9003

Black with #AD9003

Text Example


Text Example

White with #AD9003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9003; }

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

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

background-color css

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

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

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

border-color css

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

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

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