#A14D22

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

Shades of Rich Gold #A14D22

Tints of Rich Gold #A14D22

Color information

#A14D22 (or 0xA14D22) is unknown color: approx Rich Gold. HEX triplet: A1, 4D and 22. RGB value is (161,77,34). Sum of RGB (Red+Green+Blue) = 161+77+34=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14D22 is #5EB2DD. Grayscale: #616161. Windows color (decimal): -6206174 or 2248097. OLE color: 2248097.

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

Color convert

RGB1617734-
CMYK00.520.790.37
HSL20.31º65.13%38.24%-
HSV(B)20.31º78.88%63.14%-
XYZ17.64133.09-
YUV97.2192.33173.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 59.19%
GREEN value IS 77 (30.47% from 255) = 28.31%
BLUE value IS 34 (13.67% from 255) = 12.5%
R=59.19%
G=28.31%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161773400.520.790.3720.3165.1338.24
HexA14D220344F25144126
Octal24111542064117452410146
Binary10100001100110110001001101001001111100101101001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14D22; }

 p { color: rgb(161,77,34); }

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

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

 a { background-color: rgb(161,77,34); }

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

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

 span { border-color: rgb(161,77,34); }

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