#A5531F

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

Shades of Rich Gold #A5531F

Tints of Rich Gold #A5531F

Color information

#A5531F (or 0xA5531F) is unknown color: approx Rich Gold. HEX triplet: A5, 53 and 1F. RGB value is (165,83,31). Sum of RGB (Red+Green+Blue) = 165+83+31=279 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.14% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 165 - color contains mainly: red. Hex color #A5531F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5531F is #5AACE0. Grayscale: #656565. Windows color (decimal): -5942497 or 2053029. OLE color: 2053029.

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

Color convert

RGB1658331-
CMYK00.500.810.35
HSL23.28º68.37%38.43%-
HSV(B)23.28º81.21%64.71%-
XYZ18.8614.283.06-
YUV101.5988.17173.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 59.14%
GREEN value IS 83 (32.81% from 255) = 29.75%
BLUE value IS 31 (12.5% from 255) = 11.11%
R=59.14%
G=29.75%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165833100.500.810.3523.2868.3738.43
HexA5531F0325123174426
Octal24512337062121432710446
Binary1010010110100111111101100101010001100011101111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5531F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5531F; }

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

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

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

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

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

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

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

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