Html Css Color HEX #AD8218 Dark Goldenrod

📋 copy color: '#AD8218'

red 173 ◦ green 130 ◦ blue 24

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

Shades of Dark Goldenrod #AD8218

Tints of Dark Goldenrod #AD8218

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.76%

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

R = 52.91%
G = 39.76%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD8218 (or 0xAD8218) is known color: Dark Goldenrod. HEX triplet: AD, 82 and 18. RGB value is (173,130,24). Sum of RGB (Red+Green+Blue) = 173+130+24=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8218 is #527DE7. Grayscale: #838383. Windows color (decimal): -5406184 or 1606317. OLE color: 1606317.

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

Color convert

RGB 173 130 24 -
CMYK 0 0.25 0.86 0.32
HSL 42.68º 0.76% 0.39% -
HSV(B) 42.68º 0.86% 0.68% -
XYZ 25.38 24.92 4.34 -
YUV 130.77 67.75 158.12 -
System Red Green Blue C M Y K H S L
Decimal 173 130 24 0 0.25 0.86 0.32 42.68 0.76 0.39
Hex AD 82 18 0 19 56 20 2B 4C 27
Octal 255 202 30 0 31 126 40 53 114 47
Binary 10101101 10000010 11000 0 11001 1010110 100000 101011 1001100 100111

Color Harmonies of #AD8218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8218

Black with #AD8218

Text Example


Text Example

White with #AD8218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8218; }

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

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

background-color css

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

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

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

border-color css

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

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

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