#A1541C

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

Shades of Rich Gold #A1541C

Tints of Rich Gold #A1541C

Color information

#A1541C (or 0xA1541C) is unknown color: approx Rich Gold. HEX triplet: A1, 54 and 1C. RGB value is (161,84,28). Sum of RGB (Red+Green+Blue) = 161+84+28=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A1541C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1541C is #5EABE3. Grayscale: #646464. Windows color (decimal): -6204388 or 1856673. OLE color: 1856673.

HSL color Cylindrical-coordinate representation of color #A1541C: hue angle of 25.26º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A1541C is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB1618428-
CMYK00.480.830.37
HSL25.26º70.37%37.06%-
HSV(B)25.26º82.61%63.14%-
XYZ18.08142.85-
YUV100.6487.01171.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.97%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 28 (11.33% from 255) = 10.26%
R=58.97%
G=30.77%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.83
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161842800.480.830.3725.2670.3737.06
HexA1541C0305325194625
Octal24112434060123453110645
Binary1010000110101001110001100001010011100101110011000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1541C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1541C; }

 p { color: rgb(161,84,28); }

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

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

 a { background-color: rgb(161,84,28); }

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

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

 span { border-color: rgb(161,84,28); }

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