Html Css Color HEX #A7860C Dark Goldenrod

📋 copy color: '#A7860C'

red 167 ◦ green 134 ◦ blue 12

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

Shades of Dark Goldenrod #A7860C

Tints of Dark Goldenrod #A7860C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.83%

R = 53.35%
G = 42.81%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A7860C (or 0xA7860C) is known color: Dark Goldenrod. HEX triplet: A7, 86 and 0C. RGB value is (167,134,12). Sum of RGB (Red+Green+Blue) = 167+134+12=313 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.35% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 167 - color contains mainly: red. Hex color #A7860C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7860C is #5879F3. Grayscale: #828282. Windows color (decimal): -5798388 or 820903. OLE color: 820903.

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

Color convert

RGB 167 134 12 -
CMYK 0 0.20 0.93 0.35
HSL 47.23º 0.87% 0.35% -
HSV(B) 47.23º 0.93% 0.65% -
XYZ 24.53 25.29 3.94 -
YUV 129.96 61.43 154.42 -
System Red Green Blue C M Y K H S L
Decimal 167 134 12 0 0.20 0.93 0.35 47.23 0.87 0.35
Hex A7 86 C 0 14 5D 23 2F 57 23
Octal 247 206 14 0 24 135 43 57 127 43
Binary 10100111 10000110 1100 0 10100 1011101 100011 101111 1010111 100011

Color Harmonies of #A7860C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7860C

Black with #A7860C

Text Example


Text Example

White with #A7860C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7860C; }

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

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

background-color css

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

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

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

border-color css

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

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

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