Html Css Color HEX #AD8719 Dark Goldenrod

📋 copy color: '#AD8719'

red 173 ◦ green 135 ◦ blue 25

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

Shades of Dark Goldenrod #AD8719

Tints of Dark Goldenrod #AD8719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.51%

R = 51.95%
G = 40.54%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD8719 (or 0xAD8719) is known color: Dark Goldenrod. HEX triplet: AD, 87 and 19. RGB value is (173,135,25). Sum of RGB (Red+Green+Blue) = 173+135+25=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8719 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8719 is #5278E6. Grayscale: #868686. Windows color (decimal): -5404903 or 1673133. OLE color: 1673133.

HSL color Cylindrical-coordinate representation of color #AD8719: hue angle of 44.59º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD8719 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 135 25 -
CMYK 0 0.22 0.86 0.32
HSL 44.59º 0.75% 0.39% -
HSV(B) 44.59º 0.86% 0.68% -
XYZ 26.07 26.28 4.62 -
YUV 133.82 66.59 155.94 -
System Red Green Blue C M Y K H S L
Decimal 173 135 25 0 0.22 0.86 0.32 44.59 0.75 0.39
Hex AD 87 19 0 16 56 20 2D 4B 27
Octal 255 207 31 0 26 126 40 55 113 47
Binary 10101101 10000111 11001 0 10110 1010110 100000 101101 1001011 100111

Color Harmonies of #AD8719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8719

Black with #AD8719

Text Example


Text Example

White with #AD8719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8719; }

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

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

background-color css

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

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

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

border-color css

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

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

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