Html Css Color HEX #AD8810 Dark Goldenrod

📋 copy color: '#AD8810'

red 173 ◦ green 136 ◦ blue 16

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

Shades of Dark Goldenrod #AD8810

Tints of Dark Goldenrod #AD8810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.92%

R = 53.23%
G = 41.85%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD8810 (or 0xAD8810) is known color: Dark Goldenrod. HEX triplet: AD, 88 and 10. RGB value is (173,136,16). Sum of RGB (Red+Green+Blue) = 173+136+16=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8810 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8810 is #5277EF. Grayscale: #858585. Windows color (decimal): -5404656 or 1083565. OLE color: 1083565.

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

Color convert

RGB 173 136 16 -
CMYK 0 0.21 0.91 0.32
HSL 45.86º 0.83% 0.37% -
HSV(B) 45.86º 0.91% 0.68% -
XYZ 26.13 26.53 4.23 -
YUV 133.38 61.76 156.26 -
System Red Green Blue C M Y K H S L
Decimal 173 136 16 0 0.21 0.91 0.32 45.86 0.83 0.37
Hex AD 88 10 0 15 5B 20 2E 53 25
Octal 255 210 20 0 25 133 40 56 123 45
Binary 10101101 10001000 10000 0 10101 1011011 100000 101110 1010011 100101

Color Harmonies of #AD8810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8810

Black with #AD8810

Text Example


Text Example

White with #AD8810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8810; }

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

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

background-color css

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

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

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

border-color css

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

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

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