#A78300

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

Shades of Dark Goldenrod #A78300

Tints of Dark Goldenrod #A78300

Color information

#A78300 (or 0xA78300) is unknown color: approx Dark Goldenrod. HEX triplet: A7, 83 and 00. RGB value is (167,131,0). Sum of RGB (Red+Green+Blue) = 167+131+0=298 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.04% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 167 - color contains mainly: red. Hex color #A78300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78300 is #587CFF. Grayscale: #7F7F7F. Windows color (decimal): -5799168 or 33703. OLE color: 33703.

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

Color convert

RGB1671310-
CMYK00.2210.35
HSL47.07º100%32.75%-
HSV(B)47.07º100%65.49%-
XYZ24.0524.453.45-
YUV126.8356.43156.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.04%
GREEN value IS 131 (51.56% from 255) = 43.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.04%
G=43.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167131000.2210.3547.0710032.75
HexA783001664232f6421
Octal2472030026144435714441
Binary1010011110000011001011011001001000111011111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78300; }

 p { color: rgb(167,131,0); }

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

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

 a { background-color: rgb(167,131,0); }

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

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

 span { border-color: rgb(167,131,0); }

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