#A5551F

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

Shades of Rich Gold #A5551F

Tints of Rich Gold #A5551F

Color information

#A5551F (or 0xA5551F) is unknown color: approx Rich Gold. HEX triplet: A5, 55 and 1F. RGB value is (165,85,31). Sum of RGB (Red+Green+Blue) = 165+85+31=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A5551F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5551F is #5AAAE0. Grayscale: #676767. Windows color (decimal): -5941985 or 2053541. OLE color: 2053541.

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

Color convert

RGB1658531-
CMYK00.480.810.35
HSL24.18º68.37%38.43%-
HSV(B)24.18º81.21%64.71%-
XYZ19.0114.63.11-
YUV102.7687.5172.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.72%
GREEN value IS 85 (33.59% from 255) = 30.25%
BLUE value IS 31 (12.5% from 255) = 11.03%
R=58.72%
G=30.25%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165853100.480.810.3524.1868.3738.43
HexA5551F0305123184426
Octal24512537060121433010446
Binary1010010110101011111101100001010001100011110001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5551F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5551F; }

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

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

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

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

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

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

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

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