#A54C1B

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

Shades of Rich Gold #A54C1B

Tints of Rich Gold #A54C1B

Color information

#A54C1B (or 0xA54C1B) is unknown color: approx Rich Gold. HEX triplet: A5, 4C and 1B. RGB value is (165,76,27). Sum of RGB (Red+Green+Blue) = 165+76+27=268 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.57% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54C1B is #5AB3E4. Grayscale: #616161. Windows color (decimal): -5944293 or 1789093. OLE color: 1789093.

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

Color convert

RGB1657627-
CMYK00.540.840.35
HSL21.3º71.88%37.65%-
HSV(B)21.3º83.64%64.71%-
XYZ18.313.252.63-
YUV97.0288.49176.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.57%
GREEN value IS 76 (30.08% from 255) = 28.36%
BLUE value IS 27 (10.94% from 255) = 10.07%
R=61.57%
G=28.36%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165762700.540.840.3521.371.8837.65
HexA54C1B0365423154826
Octal24511433066124432511046
Binary1010010110011001101101101101010100100011101011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54C1B; }

 p { color: rgb(165,76,27); }

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

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

 a { background-color: rgb(165,76,27); }

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

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

 span { border-color: rgb(165,76,27); }

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