#A6800D

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

Shades of Dark Goldenrod #A6800D

Tints of Dark Goldenrod #A6800D

Color information

#A6800D (or 0xA6800D) is unknown color: approx Dark Goldenrod. HEX triplet: A6, 80 and 0D. RGB value is (166,128,13). Sum of RGB (Red+Green+Blue) = 166+128+13=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A6800D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6800D is #597FF2. Grayscale: #7E7E7E. Windows color (decimal): -5865459 or 884902. OLE color: 884902.

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

Color convert

RGB16612813-
CMYK00.230.920.35
HSL45.1º85.47%35.1%-
HSV(B)45.1º92.17%65.1%-
XYZ23.5223.573.69-
YUV126.2564.09156.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.07%
GREEN value IS 128 (50.39% from 255) = 41.69%
BLUE value IS 13 (5.47% from 255) = 4.23%
R=54.07%
G=41.69%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661281300.230.920.3545.185.4735.1
HexA680D0175C232d5523
Octal24620015027134435512543
Binary1010011010000000110101011110111001000111011011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6800D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6800D; }

 p { color: rgb(166,128,13); }

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

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

 a { background-color: rgb(166,128,13); }

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

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

 span { border-color: rgb(166,128,13); }

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