#A85413

Color #A85413 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #A85413

Tints of Rich Gold #A85413

Color information

#A85413 (or 0xA85413) is unknown color: approx Rich Gold. HEX triplet: A8, 54 and 13. RGB value is (168,84,19). Sum of RGB (Red+Green+Blue) = 168+84+19=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A85413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85413 is #57ABEC. Grayscale: #666666. Windows color (decimal): -5745645 or 1266856. OLE color: 1266856.

HSL color Cylindrical-coordinate representation of color #A85413: hue angle of 26.17º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A85413 is Cyan = 0, Magento = 0.5, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB1688419-
CMYK00.50.890.34
HSL26.17º79.68%36.67%-
HSV(B)26.17º88.69%65.88%-
XYZ19.4414.712.43-
YUV101.7181.33175.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 61.99%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 19 (7.81% from 255) = 7.01%
R=61.99%
G=31.00%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168841900.50.890.3426.1779.6836.67
HexA8541303259221a5025
Octal25012423062131423212045
Binary1010100010101001001101100101011001100010110101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85413; }

 p { color: rgb(168,84,19); }

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

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

 a { background-color: rgb(168,84,19); }

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

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

 span { border-color: rgb(168,84,19); }

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