Html Css Color HEX #AD8003 Dark Goldenrod

📋 copy color: '#AD8003'

red 173 ◦ green 128 ◦ blue 3

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

Shades of Dark Goldenrod #AD8003

Tints of Dark Goldenrod #AD8003

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.11%

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

R = 56.91%
G = 42.11%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD8003 (or 0xAD8003) is known color: Dark Goldenrod. HEX triplet: AD, 80 and 03. RGB value is (173,128,3). Sum of RGB (Red+Green+Blue) = 173+128+3=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8003 is #527FFC. Grayscale: #7F7F7F. Windows color (decimal): -5406717 or 229549. OLE color: 229549.

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

Color convert

RGB 173 128 3 -
CMYK 0 0.26 0.98 0.32
HSL 44.12º 0.97% 0.35% -
HSV(B) 44.12º 0.98% 0.68% -
XYZ 24.97 24.33 3.47 -
YUV 127.21 57.91 160.66 -
System Red Green Blue C M Y K H S L
Decimal 173 128 3 0 0.26 0.98 0.32 44.12 0.97 0.35
Hex AD 80 3 0 1A 62 20 2C 61 23
Octal 255 200 3 0 32 142 40 54 141 43
Binary 10101101 10000000 11 0 11010 1100010 100000 101100 1100001 100011

Color Harmonies of #AD8003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8003

Black with #AD8003

Text Example


Text Example

White with #AD8003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8003; }

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

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

background-color css

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

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

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

border-color css

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

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

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