#a5571e

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

Shades of Rich Gold #A5571E

Tints of Rich Gold #A5571E

Color information

#A5571E (or 0xA5571E) is unknown color: approx Rich Gold. HEX triplet: A5, 57 and 1E. RGB value is (165,87,30). Sum of RGB (Red+Green+Blue) = 165+87+30=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A5571E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5571E is #5AA8E1. Grayscale: #686868. Windows color (decimal): -5941474 or 1988517. OLE color: 1988517.

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

Color convert

RGB1658730-
CMYK00.470.820.35
HSL25.33º69.23%38.24%-
HSV(B)25.33º81.82%64.71%-
XYZ19.1614.913.1-
YUV103.8286.34171.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.51%
GREEN value IS 87 (34.38% from 255) = 30.85%
BLUE value IS 30 (12.11% from 255) = 10.64%
R=58.51%
G=30.85%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165873000.470.820.3525.3369.2338.24
HexA5571E02F5223194526
Octal24512736057122433110546
Binary1010010110101111111001011111010010100011110011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5571e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5571e; }

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

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

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

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

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

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

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

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