#A5541F

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

Shades of Rich Gold #A5541F

Tints of Rich Gold #A5541F

Color information

#A5541F (or 0xA5541F) is unknown color: approx Rich Gold. HEX triplet: A5, 54 and 1F. RGB value is (165,84,31). Sum of RGB (Red+Green+Blue) = 165+84+31=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A5541F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5541F is #5AABE0. Grayscale: #666666. Windows color (decimal): -5942241 or 2053285. OLE color: 2053285.

HSL color Cylindrical-coordinate representation of color #A5541F: hue angle of 23.73º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A5541F is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB1658431-
CMYK00.490.810.35
HSL23.73º68.37%38.43%-
HSV(B)23.73º81.21%64.71%-
XYZ18.9314.443.09-
YUV102.1887.84172.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.93%
GREEN value IS 84 (33.20% from 255) = 30%
BLUE value IS 31 (12.5% from 255) = 11.07%
R=58.93%
G=30%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165843100.490.810.3523.7368.3738.43
HexA5541F0315123184426
Octal24512437061121433010446
Binary1010010110101001111101100011010001100011110001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5541F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5541F; }

 p { color: rgb(165,84,31); }

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

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

 a { background-color: rgb(165,84,31); }

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

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

 span { border-color: rgb(165,84,31); }

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