#A7850C

Color #A7850C Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #A7850C

Tints of Dark Goldenrod #A7850C

Color information

#A7850C (or 0xA7850C) is unknown color: approx Dark Goldenrod. HEX triplet: A7, 85 and 0C. RGB value is (167,133,12). Sum of RGB (Red+Green+Blue) = 167+133+12=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A7850C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7850C is #587AF3. Grayscale: #818181. Windows color (decimal): -5798644 or 820647. OLE color: 820647.

HSL color Cylindrical-coordinate representation of color #A7850C: hue angle of 46.84º 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 #A7850C is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB16713312-
CMYK00.200.930.35
HSL46.84º86.59%35.1%-
HSV(B)46.84º92.81%65.49%-
XYZ24.3925.023.89-
YUV129.3761.76154.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.53%
GREEN value IS 133 (52.34% from 255) = 42.63%
BLUE value IS 12 (5.08% from 255) = 3.85%
R=53.53%
G=42.63%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671331200.200.930.3546.8486.5935.1
HexA785C0145D232f5723
Octal24720514024135435712743
Binary1010011110000101110001010010111011000111011111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7850C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7850C; }

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

 H1.HeaderClassName
 {
   color: #A7850C;
 }
 .AnyTagClassName
 {
   color: #A7850C;
 }
</style>
background-color css

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

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

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

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

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

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