#A14719

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

Shades of Rich Gold #A14719

Tints of Rich Gold #A14719

Color information

#A14719 (or 0xA14719) is unknown color: approx Rich Gold. HEX triplet: A1, 47 and 19. RGB value is (161,71,25). Sum of RGB (Red+Green+Blue) = 161+71+25=257 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.65% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 161 - color contains mainly: red. Hex color #A14719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14719 is #5EB8E6. Grayscale: #5C5C5C. Windows color (decimal): -6207719 or 1656737. OLE color: 1656737.

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

Color convert

RGB1617125-
CMYK00.560.840.37
HSL20.29º73.12%36.47%-
HSV(B)20.29º84.47%63.14%-
XYZ17.1312.152.36-
YUV92.6789.82176.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 62.65%
GREEN value IS 71 (28.12% from 255) = 27.63%
BLUE value IS 25 (10.16% from 255) = 9.73%
R=62.65%
G=27.63%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161712500.560.840.3720.2973.1236.47
HexA147190385425144924
Octal24110731070124452411144
Binary1010000110001111100101110001010100100101101001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14719; }

 p { color: rgb(161,71,25); }

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

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

 a { background-color: rgb(161,71,25); }

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

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

 span { border-color: rgb(161,71,25); }

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