Html Css Color HEX #AD8518 Dark Goldenrod

📋 copy color: '#AD8518'

red 173 ◦ green 133 ◦ blue 24

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

Shades of Dark Goldenrod #AD8518

Tints of Dark Goldenrod #AD8518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.3%

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

R = 52.42%
G = 40.3%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD8518 (or 0xAD8518) is known color: Dark Goldenrod. HEX triplet: AD, 85 and 18. RGB value is (173,133,24). Sum of RGB (Red+Green+Blue) = 173+133+24=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8518 is #527AE7. Grayscale: #858585. Windows color (decimal): -5405416 or 1607085. OLE color: 1607085.

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

Color convert

RGB 173 133 24 -
CMYK 0 0.23 0.86 0.32
HSL 43.89º 0.76% 0.39% -
HSV(B) 43.89º 0.86% 0.68% -
XYZ 25.79 25.73 4.47 -
YUV 132.53 66.75 156.86 -
System Red Green Blue C M Y K H S L
Decimal 173 133 24 0 0.23 0.86 0.32 43.89 0.76 0.39
Hex AD 85 18 0 17 56 20 2C 4C 27
Octal 255 205 30 0 27 126 40 54 114 47
Binary 10101101 10000101 11000 0 10111 1010110 100000 101100 1001100 100111

Color Harmonies of #AD8518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8518

Black with #AD8518

Text Example


Text Example

White with #AD8518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8518; }

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

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

background-color css

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

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

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

border-color css

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

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

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