Html Css Color HEX #AD8817 Dark Goldenrod

📋 copy color: '#AD8817'

red 173 ◦ green 136 ◦ blue 23

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

Shades of Dark Goldenrod #AD8817

Tints of Dark Goldenrod #AD8817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.93%

R = 52.11%
G = 40.96%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD8817 (or 0xAD8817) is known color: Dark Goldenrod. HEX triplet: AD, 88 and 17. RGB value is (173,136,23). Sum of RGB (Red+Green+Blue) = 173+136+23=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 23 (9.38% from 255 or 6.93% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8817 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8817 is #5277E8. Grayscale: #868686. Windows color (decimal): -5404649 or 1542317. OLE color: 1542317.

HSL color Cylindrical-coordinate representation of color #AD8817: hue angle of 45.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD8817 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 136 23 -
CMYK 0 0.21 0.87 0.32
HSL 45.2º 0.77% 0.38% -
HSV(B) 45.2º 0.87% 0.68% -
XYZ 26.19 26.55 4.56 -
YUV 134.18 65.26 155.69 -
System Red Green Blue C M Y K H S L
Decimal 173 136 23 0 0.21 0.87 0.32 45.2 0.77 0.38
Hex AD 88 17 0 15 57 20 2D 4D 26
Octal 255 210 27 0 25 127 40 55 115 46
Binary 10101101 10001000 10111 0 10101 1010111 100000 101101 1001101 100110

Color Harmonies of #AD8817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8817

Black with #AD8817

Text Example


Text Example

White with #AD8817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8817; }

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

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

background-color css

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

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

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

border-color css

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

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

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