#A5561D

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

Shades of Rich Gold #A5561D

Tints of Rich Gold #A5561D

Color information

#A5561D (or 0xA5561D) is unknown color: approx Rich Gold. HEX triplet: A5, 56 and 1D. RGB value is (165,86,29). Sum of RGB (Red+Green+Blue) = 165+86+29=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A5561D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5561D is #5AA9E2. Grayscale: #676767. Windows color (decimal): -5941731 or 1922725. OLE color: 1922725.

HSL color Cylindrical-coordinate representation of color #A5561D: hue angle of 25.15º degrees, saturation: 0.7, 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 #A5561D is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB1658629-
CMYK00.480.820.35
HSL25.15º70.1%38.04%-
HSV(B)25.15º82.42%64.71%-
XYZ19.0714.743-
YUV103.1286.17172.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.93%
GREEN value IS 86 (33.98% from 255) = 30.71%
BLUE value IS 29 (11.72% from 255) = 10.36%
R=58.93%
G=30.71%
B=10.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165862900.480.820.3525.1570.138.04
HexA5561D0305223194626
Octal24512635060122433110646
Binary1010010110101101110101100001010010100011110011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5561D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5561D; }

 p { color: rgb(165,86,29); }

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

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

 a { background-color: rgb(165,86,29); }

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

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

 span { border-color: rgb(165,86,29); }

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