#A04319

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

Shades of Rich Gold #A04319

Tints of Rich Gold #A04319

Color information

#A04319 (or 0xA04319) is unknown color: approx Rich Gold. HEX triplet: A0, 43 and 19. RGB value is (160,67,25). Sum of RGB (Red+Green+Blue) = 160+67+25=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A04319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04319 is #5FBCE6. Grayscale: #5A5A5A. Windows color (decimal): -6274279 or 1655712. OLE color: 1655712.

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

Color convert

RGB1606725-
CMYK00.580.840.37
HSL18.67º72.97%36.27%-
HSV(B)18.67º84.38%62.75%-
XYZ16.6811.562.27-
YUV90.0291.31177.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.49%
GREEN value IS 67 (26.56% from 255) = 26.59%
BLUE value IS 25 (10.16% from 255) = 9.92%
R=63.49%
G=26.59%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160672500.580.840.3718.6772.9736.27
HexA0431903A5425134924
Octal24010331072124452311144
Binary1010000010000111100101110101010100100101100111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04319; }

 p { color: rgb(160,67,25); }

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

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

 a { background-color: rgb(160,67,25); }

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

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

 span { border-color: rgb(160,67,25); }

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