Html Css Color HEX #AD8C0D Dark Goldenrod

📋 copy color: '#AD8C0D'

red 173 ◦ green 140 ◦ blue 13

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

Shades of Dark Goldenrod #AD8C0D

Tints of Dark Goldenrod #AD8C0D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.94%

 BLUE value IS 13 (5.47% from 255) = 3.99%

R = 53.07%
G = 42.94%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD8C0D (or 0xAD8C0D) is known color: Dark Goldenrod. HEX triplet: AD, 8C and 0D. RGB value is (173,140,13). Sum of RGB (Red+Green+Blue) = 173+140+13=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8C0D is #5273F2. Grayscale: #878787. Windows color (decimal): -5403635 or 887981. OLE color: 887981.

HSL color Cylindrical-coordinate representation of color #AD8C0D: hue angle of 47.62º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD8C0D is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 140 13 -
CMYK 0 0.19 0.92 0.32
HSL 47.63º 0.86% 0.36% -
HSV(B) 47.63º 0.92% 0.68% -
XYZ 26.68 27.67 4.32 -
YUV 135.39 58.93 154.83 -
System Red Green Blue C M Y K H S L
Decimal 173 140 13 0 0.19 0.92 0.32 47.63 0.86 0.36
Hex AD 8C D 0 13 5C 20 30 56 24
Octal 255 214 15 0 23 134 40 60 126 44
Binary 10101101 10001100 1101 0 10011 1011100 100000 110000 1010110 100100

Color Harmonies of #AD8C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C0D

Black with #AD8C0D

Text Example


Text Example

White with #AD8C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C0D; }

 p { color: rgb(173,140,13); }

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

background-color css

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

 a { background-color: rgb(173,140,13); }

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

border-color css

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

 span { border-color: rgb(173,140,13); }

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