Html Css Color HEX #AD8818 Dark Goldenrod

📋 copy color: '#AD8818'

red 173 ◦ green 136 ◦ blue 24

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

Shades of Dark Goldenrod #AD8818

Tints of Dark Goldenrod #AD8818

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.84%

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

R = 51.95%
G = 40.84%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD8818 (or 0xAD8818) is known color: Dark Goldenrod. HEX triplet: AD, 88 and 18. RGB value is (173,136,24). Sum of RGB (Red+Green+Blue) = 173+136+24=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8818 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8818 is #5277E7. Grayscale: #868686. Windows color (decimal): -5404648 or 1607853. OLE color: 1607853.

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

Color convert

RGB 173 136 24 -
CMYK 0 0.21 0.86 0.32
HSL 45.1º 0.76% 0.39% -
HSV(B) 45.1º 0.86% 0.68% -
XYZ 26.2 26.56 4.61 -
YUV 134.3 65.76 155.61 -
System Red Green Blue C M Y K H S L
Decimal 173 136 24 0 0.21 0.86 0.32 45.1 0.76 0.39
Hex AD 88 18 0 15 56 20 2D 4C 27
Octal 255 210 30 0 25 126 40 55 114 47
Binary 10101101 10001000 11000 0 10101 1010110 100000 101101 1001100 100111

Color Harmonies of #AD8818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8818

Black with #AD8818

Text Example


Text Example

White with #AD8818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8818; }

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

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

background-color css

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

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

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

border-color css

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

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

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