#A7810A

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

Shades of Dark Goldenrod #A7810A

Tints of Dark Goldenrod #A7810A

Color information

#A7810A (or 0xA7810A) is unknown color: approx Dark Goldenrod. HEX triplet: A7, 81 and 0A. RGB value is (167,129,10). Sum of RGB (Red+Green+Blue) = 167+129+10=306 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.58% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 10 (4.30% from 255 or 3.27% from 306); Max value from RGB is 167 - color contains mainly: red. Hex color #A7810A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7810A is #587EF5. Grayscale: #7F7F7F. Windows color (decimal): -5799670 or 688551. OLE color: 688551.

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

Color convert

RGB16712910-
CMYK00.230.940.35
HSL45.48º88.7%34.71%-
HSV(B)45.48º94.01%65.49%-
XYZ23.8423.943.65-
YUV126.862.09156.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.58%
GREEN value IS 129 (50.78% from 255) = 42.16%
BLUE value IS 10 (4.30% from 255) = 3.27%
R=54.58%
G=42.16%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671291000.230.940.3545.4888.734.71
HexA781A0175E232d5923
Octal24720112027136435513143
Binary1010011110000001101001011110111101000111011011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7810A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7810A; }

 p { color: rgb(167,129,10); }

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

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

 a { background-color: rgb(167,129,10); }

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

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

 span { border-color: rgb(167,129,10); }

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