#A14E1A

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

Shades of Rich Gold #A14E1A

Tints of Rich Gold #A14E1A

Color information

#A14E1A (or 0xA14E1A) is unknown color: approx Rich Gold. HEX triplet: A1, 4E and 1A. RGB value is (161,78,26). Sum of RGB (Red+Green+Blue) = 161+78+26=265 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.75% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14E1A is #5EB1E5. Grayscale: #616161. Windows color (decimal): -6205926 or 1724065. OLE color: 1724065.

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

Color convert

RGB1617826-
CMYK00.520.840.37
HSL23.11º72.19%36.67%-
HSV(B)23.11º83.85%63.14%-
XYZ17.6113.12.58-
YUV96.8988173.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.75%
GREEN value IS 78 (30.86% from 255) = 29.43%
BLUE value IS 26 (10.55% from 255) = 9.81%
R=60.75%
G=29.43%
B=9.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161782600.520.840.3723.1172.1936.67
HexA14E1A0345425174825
Octal24111632064124452711045
Binary1010000110011101101001101001010100100101101111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14E1A; }

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

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

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

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

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

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

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

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