#A78200

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

Shades of Dark Goldenrod #A78200

Tints of Dark Goldenrod #A78200

Color information

#A78200 (or 0xA78200) is unknown color: approx Dark Goldenrod. HEX triplet: A7, 82 and 00. RGB value is (167,130,0). Sum of RGB (Red+Green+Blue) = 167+130+0=297 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.23% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 167 - color contains mainly: red. Hex color #A78200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78200 is #587DFF. Grayscale: #7E7E7E. Windows color (decimal): -5799424 or 33447. OLE color: 33447.

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

Color convert

RGB1671300-
CMYK00.2210.35
HSL46.71º100%32.75%-
HSV(B)46.71º100%65.49%-
XYZ23.9224.183.41-
YUV126.2456.76157.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.23%
GREEN value IS 130 (51.17% from 255) = 43.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.23%
G=43.77%
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
Decimal167130000.2210.3546.7110032.75
HexA782001664232f6421
Octal2472020026144435714441
Binary1010011110000010001011011001001000111011111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78200; }

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

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

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

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

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

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

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

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