Html Css Color HEX #AD8205 Dark Goldenrod

📋 copy color: '#AD8205'

red 173 ◦ green 130 ◦ blue 5

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

Shades of Dark Goldenrod #AD8205

Tints of Dark Goldenrod #AD8205

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.21%

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

R = 56.17%
G = 42.21%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD8205 (or 0xAD8205) is known color: Dark Goldenrod. HEX triplet: AD, 82 and 05. RGB value is (173,130,5). Sum of RGB (Red+Green+Blue) = 173+130+5=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8205 is #527DFA. Grayscale: #818181. Windows color (decimal): -5406203 or 361133. OLE color: 361133.

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

Color convert

RGB 173 130 5 -
CMYK 0 0.25 0.97 0.32
HSL 44.64º 0.94% 0.35% -
HSV(B) 44.64º 0.97% 0.68% -
XYZ 25.24 24.86 3.61 -
YUV 128.61 58.25 159.66 -
System Red Green Blue C M Y K H S L
Decimal 173 130 5 0 0.25 0.97 0.32 44.64 0.94 0.35
Hex AD 82 5 0 19 61 20 2D 5E 23
Octal 255 202 5 0 31 141 40 55 136 43
Binary 10101101 10000010 101 0 11001 1100001 100000 101101 1011110 100011

Color Harmonies of #AD8205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8205

Black with #AD8205

Text Example


Text Example

White with #AD8205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8205; }

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

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

background-color css

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

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

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

border-color css

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

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

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