Html Css Color HEX #AD8A0E Dark Goldenrod

📋 copy color: '#AD8A0E'

red 173 ◦ green 138 ◦ blue 14

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

Shades of Dark Goldenrod #AD8A0E

Tints of Dark Goldenrod #AD8A0E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.46%

 BLUE value IS 14 (5.86% from 255) = 4.31%

R = 53.23%
G = 42.46%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD8A0E (or 0xAD8A0E) is known color: Dark Goldenrod. HEX triplet: AD, 8A and 0E. RGB value is (173,138,14). Sum of RGB (Red+Green+Blue) = 173+138+14=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8A0E is #5275F1. Grayscale: #868686. Windows color (decimal): -5404146 or 953005. OLE color: 953005.

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

Color convert

RGB 173 138 14 -
CMYK 0 0.20 0.92 0.32
HSL 46.79º 0.85% 0.37% -
HSV(B) 46.79º 0.92% 0.68% -
XYZ 26.4 27.09 4.25 -
YUV 134.33 60.1 155.58 -
System Red Green Blue C M Y K H S L
Decimal 173 138 14 0 0.20 0.92 0.32 46.79 0.85 0.37
Hex AD 8A E 0 14 5C 20 2F 55 25
Octal 255 212 16 0 24 134 40 57 125 45
Binary 10101101 10001010 1110 0 10100 1011100 100000 101111 1010101 100101

Color Harmonies of #AD8A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8A0E

Black with #AD8A0E

Text Example


Text Example

White with #AD8A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8A0E; }

 p { color: rgb(173,138,14); }

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

background-color css

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

 a { background-color: rgb(173,138,14); }

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

border-color css

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

 span { border-color: rgb(173,138,14); }

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