Html Css Color HEX #AD8F0E Dark Goldenrod

📋 copy color: '#AD8F0E'

red 173 ◦ green 143 ◦ blue 14

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

Shades of Dark Goldenrod #AD8F0E

Tints of Dark Goldenrod #AD8F0E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.33%

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

R = 52.42%
G = 43.33%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD8F0E (or 0xAD8F0E) is known color: Dark Goldenrod. HEX triplet: AD, 8F and 0E. RGB value is (173,143,14). Sum of RGB (Red+Green+Blue) = 173+143+14=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8F0E is #5270F1. Grayscale: #898989. Windows color (decimal): -5402866 or 954285. OLE color: 954285.

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

Color convert

RGB 173 143 14 -
CMYK 0 0.17 0.92 0.32
HSL 48.68º 0.85% 0.37% -
HSV(B) 48.68º 0.92% 0.68% -
XYZ 27.14 28.56 4.5 -
YUV 137.26 58.44 153.49 -
System Red Green Blue C M Y K H S L
Decimal 173 143 14 0 0.17 0.92 0.32 48.68 0.85 0.37
Hex AD 8F E 0 11 5C 20 31 55 25
Octal 255 217 16 0 21 134 40 61 125 45
Binary 10101101 10001111 1110 0 10001 1011100 100000 110001 1010101 100101

Color Harmonies of #AD8F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F0E

Black with #AD8F0E

Text Example


Text Example

White with #AD8F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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