#A55313

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

Shades of Rich Gold #A55313

Tints of Rich Gold #A55313

Color information

#A55313 (or 0xA55313) is unknown color: approx Rich Gold. HEX triplet: A5, 53 and 13. RGB value is (165,83,19). Sum of RGB (Red+Green+Blue) = 165+83+19=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A55313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55313 is #5AACEC. Grayscale: #646464. Windows color (decimal): -5942509 or 1266597. OLE color: 1266597.

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

Color convert

RGB1658319-
CMYK00.500.880.35
HSL26.3º79.35%36.08%-
HSV(B)26.3º88.48%64.71%-
XYZ18.7314.232.38-
YUV100.2282.17174.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.80%
GREEN value IS 83 (32.81% from 255) = 31.09%
BLUE value IS 19 (7.81% from 255) = 7.12%
R=61.80%
G=31.09%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165831900.500.880.3526.379.3536.08
HexA5531303258231a4f24
Octal24512323062130433211744
Binary1010010110100111001101100101011000100011110101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55313; }

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

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

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

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

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

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

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

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