#A94E13

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

Shades of Rich Gold #A94E13

Tints of Rich Gold #A94E13

Color information

#A94E13 (or 0xA94E13) is unknown color: approx Rich Gold. HEX triplet: A9, 4E and 13. RGB value is (169,78,19). Sum of RGB (Red+Green+Blue) = 169+78+19=266 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.53% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 169 - color contains mainly: red. Hex color #A94E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A94E13 is #56B1EC. Grayscale: #626262. Windows color (decimal): -5681645 or 1265321. OLE color: 1265321.

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

Color convert

RGB1697819-
CMYK00.540.890.34
HSL23.6º79.79%36.86%-
HSV(B)23.6º88.76%66.27%-
XYZ19.213.932.29-
YUV98.4883.15178.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 63.53%
GREEN value IS 78 (30.86% from 255) = 29.32%
BLUE value IS 19 (7.81% from 255) = 7.14%
R=63.53%
G=29.32%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169781900.540.890.3423.679.7936.86
HexA94E130365922185025
Octal25111623066131423012045
Binary1010100110011101001101101101011001100010110001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94E13; }

 p { color: rgb(169,78,19); }

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

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

 a { background-color: rgb(169,78,19); }

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

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

 span { border-color: rgb(169,78,19); }

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