#A54B1F

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

Shades of Rich Gold #A54B1F

Tints of Rich Gold #A54B1F

Color information

#A54B1F (or 0xA54B1F) is unknown color: approx Rich Gold. HEX triplet: A5, 4B and 1F. RGB value is (165,75,31). Sum of RGB (Red+Green+Blue) = 165+75+31=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54B1F is #5AB4E0. Grayscale: #616161. Windows color (decimal): -5944545 or 2050981. OLE color: 2050981.

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

Color convert

RGB1657531-
CMYK00.550.810.35
HSL19.7º68.37%38.43%-
HSV(B)19.7º81.21%64.71%-
XYZ18.2813.132.87-
YUV96.8990.82176.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.89%
GREEN value IS 75 (29.69% from 255) = 27.68%
BLUE value IS 31 (12.5% from 255) = 11.44%
R=60.89%
G=27.68%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165753100.550.810.3519.768.3738.43
HexA54B1F0375123144426
Octal24511337067121432410446
Binary1010010110010111111101101111010001100011101001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54B1F; }

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

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

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

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

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

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

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

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