Html Css Color HEX #A7860E Dark Goldenrod

📋 copy color: '#A7860E'

red 167 ◦ green 134 ◦ blue 14

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

Shades of Dark Goldenrod #A7860E

Tints of Dark Goldenrod #A7860E

RGB

 RED value IS 167 (65.63% from 255) = 53.02%

 GREEN value IS 134 (52.73% from 255) = 42.54%

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

R = 53.02%
G = 42.54%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A7860E (or 0xA7860E) is known color: Dark Goldenrod. HEX triplet: A7, 86 and 0E. RGB value is (167,134,14). Sum of RGB (Red+Green+Blue) = 167+134+14=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A7860E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7860E is #5879F1. Grayscale: #828282. Windows color (decimal): -5798386 or 951975. OLE color: 951975.

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

Color convert

RGB 167 134 14 -
CMYK 0 0.20 0.92 0.35
HSL 47.06º 0.85% 0.35% -
HSV(B) 47.06º 0.92% 0.65% -
XYZ 24.54 25.3 4 -
YUV 130.19 62.43 154.26 -
System Red Green Blue C M Y K H S L
Decimal 167 134 14 0 0.20 0.92 0.35 47.06 0.85 0.35
Hex A7 86 E 0 14 5C 23 2F 55 23
Octal 247 206 16 0 24 134 43 57 125 43
Binary 10100111 10000110 1110 0 10100 1011100 100011 101111 1010101 100011

Color Harmonies of #A7860E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7860E

Black with #A7860E

Text Example


Text Example

White with #A7860E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7860E; }

 p { color: rgb(167,134,14); }

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

background-color css

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

 a { background-color: rgb(167,134,14); }

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

border-color css

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

 span { border-color: rgb(167,134,14); }

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