#A14E13

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

Shades of Rich Gold #A14E13

Tints of Rich Gold #A14E13

Color information

#A14E13 (or 0xA14E13) is unknown color: approx Rich Gold. HEX triplet: A1, 4E and 13. RGB value is (161,78,19). Sum of RGB (Red+Green+Blue) = 161+78+19=258 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.40% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A14E13 is #5EB1EC. Grayscale: #606060. Windows color (decimal): -6205933 or 1265313. OLE color: 1265313.

HSL color Cylindrical-coordinate representation of color #A14E13: hue angle of 24.93º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A14E13 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB1617819-
CMYK00.520.880.37
HSL24.93º78.89%35.29%-
HSV(B)24.93º88.2%63.14%-
XYZ17.5413.072.21-
YUV96.0984.5174.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 62.40%
GREEN value IS 78 (30.86% from 255) = 30.23%
BLUE value IS 19 (7.81% from 255) = 7.36%
R=62.40%
G=30.23%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161781900.520.880.3724.9378.8935.29
HexA14E130345825194f23
Octal24111623064130453111743
Binary1010000110011101001101101001011000100101110011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14E13; }

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

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

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

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

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

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

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

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