Html Css Color HEX #AD8718 Dark Goldenrod

📋 copy color: '#AD8718'

red 173 ◦ green 135 ◦ blue 24

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

Shades of Dark Goldenrod #AD8718

Tints of Dark Goldenrod #AD8718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.23%

R = 52.11%
G = 40.66%
B = 7.23%

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

#AD8718 (or 0xAD8718) is known color: Dark Goldenrod. HEX triplet: AD, 87 and 18. RGB value is (173,135,24). Sum of RGB (Red+Green+Blue) = 173+135+24=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8718 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8718 is #5278E7. Grayscale: #868686. Windows color (decimal): -5404904 or 1607597. OLE color: 1607597.

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

Color convert

RGB 173 135 24 -
CMYK 0 0.22 0.86 0.32
HSL 44.7º 0.76% 0.39% -
HSV(B) 44.7º 0.86% 0.68% -
XYZ 26.06 26.28 4.56 -
YUV 133.71 66.09 156.03 -
System Red Green Blue C M Y K H S L
Decimal 173 135 24 0 0.22 0.86 0.32 44.7 0.76 0.39
Hex AD 87 18 0 16 56 20 2D 4C 27
Octal 255 207 30 0 26 126 40 55 114 47
Binary 10101101 10000111 11000 0 10110 1010110 100000 101101 1001100 100111

Color Harmonies of #AD8718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8718

Black with #AD8718

Text Example


Text Example

White with #AD8718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8718; }

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

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

background-color css

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

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

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

border-color css

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

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

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