#A78400

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

Shades of Dark Goldenrod #A78400

Tints of Dark Goldenrod #A78400

Color information

#A78400 (or 0xA78400) is unknown color: approx Dark Goldenrod. HEX triplet: A7, 84 and 00. RGB value is (167,132,0). Sum of RGB (Red+Green+Blue) = 167+132+0=299 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.85% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 167 - color contains mainly: red. Hex color #A78400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78400 is #587BFF. Grayscale: #7F7F7F. Windows color (decimal): -5798912 or 33959. OLE color: 33959.

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

Color convert

RGB1671320-
CMYK00.2110.35
HSL47.43º100%32.75%-
HSV(B)47.43º100%65.49%-
XYZ24.1924.723.5-
YUV127.4256.1156.23-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.85%
GREEN value IS 132 (51.95% from 255) = 44.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.85%
G=44.15%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167132000.2110.3547.4310032.75
HexA784001564232f6421
Octal2472040025144435714441
Binary1010011110000100001010111001001000111011111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78400; }

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

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

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

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

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

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

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

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