Html Css Color HEX #A87C0E Dark Goldenrod

📋 copy color: '#A87C0E'

red 168 ◦ green 124 ◦ blue 14

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

Shades of Dark Goldenrod #A87C0E

Tints of Dark Goldenrod #A87C0E

RGB

 RED value IS 168 (66.02% from 255) = 54.9%

 GREEN value IS 124 (48.83% from 255) = 40.52%

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

R = 54.9%
G = 40.52%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A87C0E (or 0xA87C0E) is known color: Dark Goldenrod. HEX triplet: A8, 7C and 0E. RGB value is (168,124,14). Sum of RGB (Red+Green+Blue) = 168+124+14=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87C0E is #5783F1. Grayscale: #7D7D7D. Windows color (decimal): -5735410 or 949416. OLE color: 949416.

HSL color Cylindrical-coordinate representation of color #A87C0E: hue angle of 42.86º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A87C0E is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 124 14 -
CMYK 0 0.26 0.92 0.34
HSL 42.86º 0.85% 0.36% -
HSV(B) 42.86º 0.92% 0.66% -
XYZ 23.44 22.77 3.58 -
YUV 124.62 65.58 158.94 -
System Red Green Blue C M Y K H S L
Decimal 168 124 14 0 0.26 0.92 0.34 42.86 0.85 0.36
Hex A8 7C E 0 1A 5C 22 2B 55 24
Octal 250 174 16 0 32 134 42 53 125 44
Binary 10101000 1111100 1110 0 11010 1011100 100010 101011 1010101 100100

Color Harmonies of #A87C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87C0E

Black with #A87C0E

Text Example


Text Example

White with #A87C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87C0E; }

 p { color: rgb(168,124,14); }

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

background-color css

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

 a { background-color: rgb(168,124,14); }

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

border-color css

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

 span { border-color: rgb(168,124,14); }

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