Html Css Color HEX #AD8010 Dark Goldenrod

📋 copy color: '#AD8010'

red 173 ◦ green 128 ◦ blue 16

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

Shades of Dark Goldenrod #AD8010

Tints of Dark Goldenrod #AD8010

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.38%

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

R = 54.57%
G = 40.38%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD8010 (or 0xAD8010) is known color: Dark Goldenrod. HEX triplet: AD, 80 and 10. RGB value is (173,128,16). Sum of RGB (Red+Green+Blue) = 173+128+16=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8010 is #527FEF. Grayscale: #818181. Windows color (decimal): -5406704 or 1081517. OLE color: 1081517.

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

Color convert

RGB 173 128 16 -
CMYK 0 0.26 0.91 0.32
HSL 42.8º 0.83% 0.37% -
HSV(B) 42.8º 0.91% 0.68% -
XYZ 25.05 24.36 3.87 -
YUV 128.69 64.41 159.61 -
System Red Green Blue C M Y K H S L
Decimal 173 128 16 0 0.26 0.91 0.32 42.8 0.83 0.37
Hex AD 80 10 0 1A 5B 20 2B 53 25
Octal 255 200 20 0 32 133 40 53 123 45
Binary 10101101 10000000 10000 0 11010 1011011 100000 101011 1010011 100101

Color Harmonies of #AD8010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8010

Black with #AD8010

Text Example


Text Example

White with #AD8010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8010; }

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

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

background-color css

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

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

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

border-color css

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

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

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