#A14C1A

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

Shades of Rich Gold #A14C1A

Tints of Rich Gold #A14C1A

Color information

#A14C1A (or 0xA14C1A) is unknown color: approx Rich Gold. HEX triplet: A1, 4C and 1A. RGB value is (161,76,26). Sum of RGB (Red+Green+Blue) = 161+76+26=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14C1A is #5EB3E5. Grayscale: #5F5F5F. Windows color (decimal): -6206438 or 1723553. OLE color: 1723553.

HSL color Cylindrical-coordinate representation of color #A14C1A: hue angle of 22.22º 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 #A14C1A is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB1617626-
CMYK00.530.840.37
HSL22.22º72.19%36.67%-
HSV(B)22.22º83.85%63.14%-
XYZ17.4712.822.53-
YUV95.7188.66174.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 61.22%
GREEN value IS 76 (30.08% from 255) = 28.90%
BLUE value IS 26 (10.55% from 255) = 9.89%
R=61.22%
G=28.90%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161762600.530.840.3722.2272.1936.67
HexA14C1A0355425164825
Octal24111432065124452611045
Binary1010000110011001101001101011010100100101101101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14C1A; }

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

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

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

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

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

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

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

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