#A54B1E

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

Shades of Rich Gold #A54B1E

Tints of Rich Gold #A54B1E

Color information

#A54B1E (or 0xA54B1E) is unknown color: approx Rich Gold. HEX triplet: A5, 4B and 1E. RGB value is (165,75,30). Sum of RGB (Red+Green+Blue) = 165+75+30=270 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.11% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54B1E is #5AB4E1. Grayscale: #616161. Windows color (decimal): -5944546 or 1985445. OLE color: 1985445.

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

Color convert

RGB1657530-
CMYK00.550.820.35
HSL20º69.23%38.24%-
HSV(B)20º81.82%64.71%-
XYZ18.2713.132.8-
YUV96.7890.32176.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.11%
GREEN value IS 75 (29.69% from 255) = 27.78%
BLUE value IS 30 (12.11% from 255) = 11.11%
R=61.11%
G=27.78%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165753000.550.820.352069.2338.24
HexA54B1E0375223144526
Octal24511336067122432410546
Binary1010010110010111111001101111010010100011101001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54B1E; }

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

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

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

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

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

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

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

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