#A14619

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

Shades of Rich Gold #A14619

Tints of Rich Gold #A14619

Color information

#A14619 (or 0xA14619) is unknown color: approx Rich Gold. HEX triplet: A1, 46 and 19. RGB value is (161,70,25). Sum of RGB (Red+Green+Blue) = 161+70+25=256 (33% of max value = 765). Red value is 161 (63.28% from 255 or 62.89% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 161 - color contains mainly: red. Hex color #A14619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14619 is #5EB9E6. Grayscale: #5C5C5C. Windows color (decimal): -6207975 or 1656481. OLE color: 1656481.

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

Color convert

RGB1617025-
CMYK00.570.840.37
HSL19.85º73.12%36.47%-
HSV(B)19.85º84.47%63.14%-
XYZ17.0612.032.34-
YUV92.0890.15177.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 62.89%
GREEN value IS 70 (27.73% from 255) = 27.34%
BLUE value IS 25 (10.16% from 255) = 9.77%
R=62.89%
G=27.34%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161702500.570.840.3719.8573.1236.47
HexA146190395425144924
Octal24110631071124452411144
Binary1010000110001101100101110011010100100101101001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14619; }

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

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

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

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

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

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

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

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