Html Css Color HEX #AD8705 Dark Goldenrod

📋 copy color: '#AD8705'

red 173 ◦ green 135 ◦ blue 5

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

Shades of Dark Goldenrod #AD8705

Tints of Dark Goldenrod #AD8705

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.13%

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

R = 55.27%
G = 43.13%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD8705 (or 0xAD8705) is known color: Dark Goldenrod. HEX triplet: AD, 87 and 05. RGB value is (173,135,5). Sum of RGB (Red+Green+Blue) = 173+135+5=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8705 is #5278FA. Grayscale: #848484. Windows color (decimal): -5404923 or 362413. OLE color: 362413.

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

Color convert

RGB 173 135 5 -
CMYK 0 0.22 0.97 0.32
HSL 46.43º 0.94% 0.35% -
HSV(B) 46.43º 0.97% 0.68% -
XYZ 25.92 26.22 3.84 -
YUV 131.54 56.59 157.57 -
System Red Green Blue C M Y K H S L
Decimal 173 135 5 0 0.22 0.97 0.32 46.43 0.94 0.35
Hex AD 87 5 0 16 61 20 2E 5E 23
Octal 255 207 5 0 26 141 40 56 136 43
Binary 10101101 10000111 101 0 10110 1100001 100000 101110 1011110 100011

Color Harmonies of #AD8705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8705

Black with #AD8705

Text Example


Text Example

White with #AD8705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8705; }

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

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

background-color css

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

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

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

border-color css

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

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

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