Html Css Color HEX #AD8005 Dark Goldenrod

📋 copy color: '#AD8005'

red 173 ◦ green 128 ◦ blue 5

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

Shades of Dark Goldenrod #AD8005

Tints of Dark Goldenrod #AD8005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.63%

R = 56.54%
G = 41.83%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD8005 (or 0xAD8005) is known color: Dark Goldenrod. HEX triplet: AD, 80 and 05. RGB value is (173,128,5). Sum of RGB (Red+Green+Blue) = 173+128+5=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8005 is #527FFA. Grayscale: #7F7F7F. Windows color (decimal): -5406715 or 360621. OLE color: 360621.

HSL color Cylindrical-coordinate representation of color #AD8005: hue angle of 43.93º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD8005 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 128 5 -
CMYK 0 0.26 0.97 0.32
HSL 43.93º 0.94% 0.35% -
HSV(B) 43.93º 0.97% 0.68% -
XYZ 24.98 24.33 3.52 -
YUV 127.43 58.91 160.5 -
System Red Green Blue C M Y K H S L
Decimal 173 128 5 0 0.26 0.97 0.32 43.93 0.94 0.35
Hex AD 80 5 0 1A 61 20 2C 5E 23
Octal 255 200 5 0 32 141 40 54 136 43
Binary 10101101 10000000 101 0 11010 1100001 100000 101100 1011110 100011

Color Harmonies of #AD8005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8005

Black with #AD8005

Text Example


Text Example

White with #AD8005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8005; }

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

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

background-color css

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

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

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

border-color css

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

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

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