#A5441E

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

Shades of Rich Gold #A5441E

Tints of Rich Gold #A5441E

Color information

#A5441E (or 0xA5441E) is unknown color: approx Rich Gold. HEX triplet: A5, 44 and 1E. RGB value is (165,68,30). Sum of RGB (Red+Green+Blue) = 165+68+30=263 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.74% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 165 - color contains mainly: red. Hex color #A5441E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5441E is #5ABBE1. Grayscale: #5C5C5C. Windows color (decimal): -5946338 or 1983653. OLE color: 1983653.

HSL color Cylindrical-coordinate representation of color #A5441E: hue angle of 16.89º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A5441E is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB1656830-
CMYK00.590.820.35
HSL16.89º69.23%38.24%-
HSV(B)16.89º81.82%64.71%-
XYZ17.8212.232.65-
YUV92.6792.64179.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.74%
GREEN value IS 68 (26.95% from 255) = 25.86%
BLUE value IS 30 (12.11% from 255) = 11.41%
R=62.74%
G=25.86%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165683000.590.820.3516.8969.2338.24
HexA5441E03B5223114526
Octal24510436073122432110546
Binary1010010110001001111001110111010010100011100011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5441E; }

 p { color: rgb(165,68,30); }

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

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

 a { background-color: rgb(165,68,30); }

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

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

 span { border-color: rgb(165,68,30); }

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