#A8840D

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

Shades of Dark Goldenrod #A8840D

Tints of Dark Goldenrod #A8840D

Color information

#A8840D (or 0xA8840D) is unknown color: approx Dark Goldenrod. HEX triplet: A8, 84 and 0D. RGB value is (168,132,13). Sum of RGB (Red+Green+Blue) = 168+132+13=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A8840D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8840D is #577BF2. Grayscale: #818181. Windows color (decimal): -5733363 or 885928. OLE color: 885928.

HSL color Cylindrical-coordinate representation of color #A8840D: hue angle of 46.06º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8840D is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB16813213-
CMYK00.210.920.34
HSL46.06º85.64%35.49%-
HSV(B)46.06º92.26%65.88%-
XYZ24.4724.863.89-
YUV129.262.43155.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.67%
GREEN value IS 132 (51.95% from 255) = 42.17%
BLUE value IS 13 (5.47% from 255) = 4.15%
R=53.67%
G=42.17%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681321300.210.920.3446.0685.6435.49
HexA884D0155C222e5623
Octal25020415025134425612643
Binary1010100010000100110101010110111001000101011101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8840D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8840D; }

 p { color: rgb(168,132,13); }

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

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

 a { background-color: rgb(168,132,13); }

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

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

 span { border-color: rgb(168,132,13); }

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