#A85113

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

Shades of Rich Gold #A85113

Tints of Rich Gold #A85113

Color information

#A85113 (or 0xA85113) is unknown color: approx Rich Gold. HEX triplet: A8, 51 and 13. RGB value is (168,81,19). Sum of RGB (Red+Green+Blue) = 168+81+19=268 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.69% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 168 - color contains mainly: red. Hex color #A85113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85113 is #57AEEC. Grayscale: #646464. Windows color (decimal): -5746413 or 1266088. OLE color: 1266088.

HSL color Cylindrical-coordinate representation of color #A85113: hue angle of 24.97º 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 #A85113 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB1688119-
CMYK00.520.890.34
HSL24.97º79.68%36.67%-
HSV(B)24.97º88.69%65.88%-
XYZ19.2114.262.36-
YUV99.9482.32176.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 62.69%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 19 (7.81% from 255) = 7.09%
R=62.69%
G=30.22%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168811900.520.890.3424.9779.6836.67
HexA851130345922195025
Octal25012123064131423112045
Binary1010100010100011001101101001011001100010110011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85113; }

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

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

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

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

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

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

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

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