#A1511E

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

Shades of Rich Gold #A1511E

Tints of Rich Gold #A1511E

Color information

#A1511E (or 0xA1511E) is unknown color: approx Rich Gold. HEX triplet: A1, 51 and 1E. RGB value is (161,81,30). Sum of RGB (Red+Green+Blue) = 161+81+30=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A1511E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1511E is #5EAEE1. Grayscale: #636363. Windows color (decimal): -6205154 or 1986977. OLE color: 1986977.

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

Color convert

RGB1618130-
CMYK00.500.810.37
HSL23.36º68.59%37.45%-
HSV(B)23.36º81.37%63.14%-
XYZ17.8713.562.9-
YUV99.1189172.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 59.19%
GREEN value IS 81 (32.03% from 255) = 29.78%
BLUE value IS 30 (12.11% from 255) = 11.03%
R=59.19%
G=29.78%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161813000.500.810.3723.3668.5937.45
HexA1511E0325125174525
Octal24112136062121452710545
Binary1010000110100011111001100101010001100101101111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1511E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1511E; }

 p { color: rgb(161,81,30); }

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

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

 a { background-color: rgb(161,81,30); }

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

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

 span { border-color: rgb(161,81,30); }

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