Html Css Color HEX #AD8418 Dark Goldenrod

📋 copy color: '#AD8418'

red 173 ◦ green 132 ◦ blue 24

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

Shades of Dark Goldenrod #AD8418

Tints of Dark Goldenrod #AD8418

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.12%

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

R = 52.58%
G = 40.12%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD8418 (or 0xAD8418) is known color: Dark Goldenrod. HEX triplet: AD, 84 and 18. RGB value is (173,132,24). Sum of RGB (Red+Green+Blue) = 173+132+24=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8418 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8418 is #527BE7. Grayscale: #848484. Windows color (decimal): -5405672 or 1606829. OLE color: 1606829.

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

Color convert

RGB 173 132 24 -
CMYK 0 0.24 0.86 0.32
HSL 43.49º 0.76% 0.39% -
HSV(B) 43.49º 0.86% 0.68% -
XYZ 25.65 25.45 4.43 -
YUV 131.95 67.08 157.28 -
System Red Green Blue C M Y K H S L
Decimal 173 132 24 0 0.24 0.86 0.32 43.49 0.76 0.39
Hex AD 84 18 0 18 56 20 2B 4C 27
Octal 255 204 30 0 30 126 40 53 114 47
Binary 10101101 10000100 11000 0 11000 1010110 100000 101011 1001100 100111

Color Harmonies of #AD8418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8418

Black with #AD8418

Text Example


Text Example

White with #AD8418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8418; }

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

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

background-color css

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

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

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

border-color css

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

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

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