#A78000

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

Shades of Dark Goldenrod #A78000

Tints of Dark Goldenrod #A78000

Color information

#A78000 (or 0xA78000) is unknown color: approx Dark Goldenrod. HEX triplet: A7, 80 and 00. RGB value is (167,128,0). Sum of RGB (Red+Green+Blue) = 167+128+0=295 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.61% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 167 - color contains mainly: red. Hex color #A78000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78000 is #587FFF. Grayscale: #7D7D7D. Windows color (decimal): -5799936 or 32935. OLE color: 32935.

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

Color convert

RGB1671280-
CMYK00.2310.35
HSL45.99º100%32.75%-
HSV(B)45.99º100%65.49%-
XYZ23.6623.653.32-
YUV125.0757.42157.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.61%
GREEN value IS 128 (50.39% from 255) = 43.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.61%
G=43.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167128000.2310.3545.9910032.75
HexA780001764232e6421
Octal2472000027144435614441
Binary1010011110000000001011111001001000111011101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78000; }

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

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

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

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

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

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

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

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