#A05313

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

Shades of Rich Gold #A05313

Tints of Rich Gold #A05313

Color information

#A05313 (or 0xA05313) is unknown color: approx Rich Gold. HEX triplet: A0, 53 and 13. RGB value is (160,83,19). Sum of RGB (Red+Green+Blue) = 160+83+19=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A05313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05313 is #5FACEC. Grayscale: #636363. Windows color (decimal): -6270189 or 1266592. OLE color: 1266592.

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

Color convert

RGB1608319-
CMYK00.480.880.37
HSL27.23º78.77%35.1%-
HSV(B)27.23º88.13%62.75%-
XYZ17.7113.712.33-
YUV98.7383.01171.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.07%
GREEN value IS 83 (32.81% from 255) = 31.68%
BLUE value IS 19 (7.81% from 255) = 7.25%
R=61.07%
G=31.68%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160831900.480.880.3727.2378.7735.1
HexA0531303058251b4f23
Octal24012323060130453311743
Binary1010000010100111001101100001011000100101110111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05313; }

 p { color: rgb(160,83,19); }

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

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

 a { background-color: rgb(160,83,19); }

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

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

 span { border-color: rgb(160,83,19); }

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