#A6760A

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

Shades of Dark Goldenrod #A6760A

Tints of Dark Goldenrod #A6760A

Color information

#A6760A (or 0xA6760A) is unknown color: approx Dark Goldenrod. HEX triplet: A6, 76 and 0A. RGB value is (166,118,10). Sum of RGB (Red+Green+Blue) = 166+118+10=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A6760A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6760A is #5989F5. Grayscale: #787878. Windows color (decimal): -5868022 or 685734. OLE color: 685734.

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

Color convert

RGB16611810-
CMYK00.290.940.35
HSL41.54º88.64%34.51%-
HSV(B)41.54º93.98%65.1%-
XYZ22.2621.093.18-
YUV120.0465.9160.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.46%
GREEN value IS 118 (46.48% from 255) = 40.14%
BLUE value IS 10 (4.30% from 255) = 3.40%
R=56.46%
G=40.14%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661181000.290.940.3541.5488.6434.51
HexA676A01D5E232a5923
Octal24616612035136435213143
Binary101001101110110101001110110111101000111010101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6760A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6760A; }

 p { color: rgb(166,118,10); }

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

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

 a { background-color: rgb(166,118,10); }

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

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

 span { border-color: rgb(166,118,10); }

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